Package org.apache.fop.afp.modca
Class GraphicsObject.GraphicsState
java.lang.Object
org.apache.fop.afp.modca.GraphicsObject.GraphicsState
- Enclosing class:
GraphicsObject
the internal graphics state
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
the current character setprivate Color
the current colorprivate byte
the current line typeprivate float
the current line widthprivate byte
the current fill pattern -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
color
the current color -
lineType
private byte lineTypethe current line type -
lineWidth
private float lineWidththe current line width -
patternSymbol
private byte patternSymbolthe current fill pattern -
characterSet
private int characterSetthe current character set
-
-
Constructor Details
-
GraphicsState
private GraphicsState()
-