Package org.apache.poi.hwmf.draw
Class HwmfGraphicsState
java.lang.Object
org.apache.poi.hwmf.draw.HwmfGraphicsState
An util class for saving the state of a
Graphics2D object-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbackup(Graphics2D graphics2D) Saves the state of the graphics2D objectvoidrestore(Graphics2D graphics2D) Retrieves the state into the graphics2D object
-
Constructor Details
-
HwmfGraphicsState
public HwmfGraphicsState()
-
-
Method Details
-
backup
Saves the state of the graphics2D object -
restore
Retrieves the state into the graphics2D object
-