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 a Graphics2D object
  • Constructor Details

    • HwmfGraphicsState

      public HwmfGraphicsState()
  • Method Details

    • 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