public class GraphicsState
extends java.lang.Object
Constructor and Description |
---|
GraphicsState()
Constructs a new Graphics State object with the default values.
|
GraphicsState(GraphicsState source)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
getCharacterSpacing()
Getter for the character spacing.
|
Matrix |
getCtm()
Getter for the current transformation matrix
|
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
|
float |
getWordSpacing()
Getter for the word spacing
|
boolean |
isKnockout()
Getter for knockout
|
public GraphicsState()
public GraphicsState(GraphicsState source)
source
- another GraphicsState objectpublic 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()
Copyright © 2013. All Rights Reserved.