Package org.apache.poi.hwmf.draw
Class HwmfGraphicsState
- java.lang.Object
-
- org.apache.poi.hwmf.draw.HwmfGraphicsState
-
@Internal public class HwmfGraphicsState extends java.lang.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(java.awt.Graphics2D graphics2D)Saves the state of the graphics2D objectvoidrestore(java.awt.Graphics2D graphics2D)Retrieves the state into the graphics2D object
-