Package org.apache.fop.afp.modca
Class GraphicsObject.GraphicsState
- java.lang.Object
-
- org.apache.fop.afp.modca.GraphicsObject.GraphicsState
-
- Enclosing class:
- GraphicsObject
private static final class GraphicsObject.GraphicsState extends java.lang.Object
the internal graphics state
-
-
Field Summary
Fields Modifier and Type Field Description private int
characterSet
the current character setprivate java.awt.Color
color
the current colorprivate byte
lineType
the current line typeprivate float
lineWidth
the current line widthprivate byte
patternSymbol
the current fill pattern
-
Constructor Summary
Constructors Modifier Constructor Description private
GraphicsState()
-
-
-
Field Detail
-
color
private java.awt.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
-
-