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.Objectthe internal graphics state
-
-
Field Summary
Fields Modifier and Type Field Description private intcharacterSetthe current character setprivate java.awt.Colorcolorthe current colorprivate bytelineTypethe current line typeprivate floatlineWidththe current line widthprivate bytepatternSymbolthe current fill pattern
-
Constructor Summary
Constructors Modifier Constructor Description privateGraphicsState()
-
-
-
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
-
-