|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.parser.GraphicsState
public class GraphicsState
Keeps all the parameters of the graphics state.
Constructor Summary | |
---|---|
GraphicsState()
Constructs a new Graphics State object with the default values. |
|
GraphicsState(GraphicsState source)
Copy constructor. |
Method Summary | |
---|---|
float |
getCharacterSpacing()
Getter for the character spacing. |
PdfName |
getColorSpaceFill()
Gets the current color space for fill operations |
PdfName |
getColorSpaceStroke()
Gets the current color space for stroke operations |
Matrix |
getCtm()
Getter for the current transformation matrix |
BaseColor |
getFillColor()
Gets the current fill color |
CMapAwareDocumentFont |
getFont()
Getter for the font |
float |
getFontSize()
Getter for the font size |
float |
getHorizontalScaling()
Getter for the horizontal scaling |
float |
getLeading()
Getter for the leading |
int |
getRenderMode()
Getter for the render mode |
float |
getRise()
Getter for text rise |
BaseColor |
getStrokeColor()
Gets the current stroke color |
float |
getWordSpacing()
Getter for the word spacing |
boolean |
isKnockout()
Getter for knockout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicsState()
public GraphicsState(GraphicsState source)
source
- another GraphicsState objectMethod Detail |
---|
public Matrix getCtm()
public float getCharacterSpacing()
public float getWordSpacing()
public float getHorizontalScaling()
public float getLeading()
public CMapAwareDocumentFont getFont()
public float getFontSize()
public int getRenderMode()
public float getRise()
public boolean isKnockout()
public PdfName getColorSpaceFill()
public PdfName getColorSpaceStroke()
public BaseColor getFillColor()
public BaseColor getStrokeColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |