Class GraphicsState
java.lang.Object
com.aowagie.text.pdf.parser.GraphicsState
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) floatThe current character spacing.(package private) MatrixThe current transformation matrix.(package private) CMapAwareDocumentFontThe active font.(package private) floatThe current font size.(package private) floatThe current horizontal scalingprivate final booleanThe current knockout value.(package private) floatThe current leading.(package private) intThe current render mode.(package private) floatThe current text rise(package private) floatThe current word spacing. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new Graphics State object with the default values.GraphicsState(GraphicsState source) Copy constructor. -
Method Summary
-
Field Details
-
ctm
Matrix ctmThe current transformation matrix. -
characterSpacing
float characterSpacingThe current character spacing. -
wordSpacing
float wordSpacingThe current word spacing. -
horizontalScaling
float horizontalScalingThe current horizontal scaling -
leading
float leadingThe current leading. -
font
The active font. -
fontSize
float fontSizeThe current font size. -
renderMode
int renderModeThe current render mode. -
rise
float riseThe current text rise -
knockout
private final boolean knockoutThe current knockout value.
-
-
Constructor Details
-
GraphicsState
public GraphicsState()Constructs a new Graphics State object with the default values. -
GraphicsState
Copy constructor.- Parameters:
source- another GraphicsState object
-