Package snap.gfx

Class PainterImpl.GState

java.lang.Object
snap.gfx.PainterImpl.GState
All Implemented Interfaces:
Cloneable
Enclosing class:
PainterImpl

public static class PainterImpl.GState extends Object implements Cloneable
The graphics state.
  • Field Details

    • paint

      public Paint paint
    • font

      public Font font
    • stroke

      public Stroke stroke
    • opacity

      public double opacity
    • xform

      public Transform xform
    • clip

      public Shape clip
    • NO_CLIP

      public static Shape NO_CLIP
  • Constructor Details

    • GState

      public GState()
  • Method Details