Class AwtRenderingBackend.SaveState

java.lang.Object
org.htmlunit.platform.canvas.rendering.AwtRenderingBackend.SaveState
Enclosing class:
AwtRenderingBackend

private static final class AwtRenderingBackend.SaveState extends Object
  • Field Details

    • transformation_

      private final AffineTransform transformation_
    • globalAlpha_

      private final float globalAlpha_
    • lineWidth_

      private final int lineWidth_
    • fillColor_

      private final Color fillColor_
    • strokeColor_

      private final Color strokeColor_
    • clip_

      private final Shape clip_
  • Constructor Details

  • Method Details