Package org.apache.poi.hwmf.draw
Class HwmfGraphicsState
- java.lang.Object
-
- org.apache.poi.hwmf.draw.HwmfGraphicsState
-
@Internal public class HwmfGraphicsState extends Object
An util class for saving the state of aGraphics2Dobject
-
-
Constructor Summary
Constructors Constructor Description HwmfGraphicsState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbackup(Graphics2D graphics2D)Saves the state of the graphics2D objectvoidrestore(Graphics2D graphics2D)Retrieves the state into the graphics2D object
-
-
-
Method Detail
-
backup
public void backup(Graphics2D graphics2D)
Saves the state of the graphics2D object
-
restore
public void restore(Graphics2D graphics2D)
Retrieves the state into the graphics2D object
-
-