Class GraphicsObject.GraphicsState

java.lang.Object
org.apache.fop.afp.modca.GraphicsObject.GraphicsState
Enclosing class:
GraphicsObject

private static final class GraphicsObject.GraphicsState extends Object
the internal graphics state
  • Field Details

    • color

      private Color color
      the current color
    • lineType

      private byte lineType
      the current line type
    • lineWidth

      private float lineWidth
      the current line width
    • patternSymbol

      private byte patternSymbol
      the current fill pattern
    • characterSet

      private int characterSet
      the current character set
  • Constructor Details

    • GraphicsState

      private GraphicsState()