| Modifier and Type | Method and Description |
|---|---|
GraphicState |
Form.getGraphicState()
Get the graphic state of this Form.
|
GraphicState |
Image.getGraphicState()
Get the graphic state of the current element.
|
GraphicState |
Path.getGraphicState()
Get the graphic state of the current path.
|
GraphicState |
Shading.getGraphicState()
Get the graphic state of the current Shading object.
|
GraphicState |
TextRun.getGraphicState()
Get the graphic state of the text run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags)
Adds Unicode text to a Text object
|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags,
int index)
Adds Unicode text to a Text object
|
void |
Form.setGraphicState(GraphicState gstate)
Set the Graphic State of this Form.
|
void |
Image.setGraphicState(GraphicState gstate)
Set the Graphic State of the current element.
|
void |
Path.setGraphicState(GraphicState gstate)
Set the Graphic State of the current path.
|
void |
TextRun.setGraphicState(GraphicState gstate)
Set the Graphic State of the text run.
|
| Constructor and Description |
|---|
Path(GraphicState graphicState)
Create a path with a given graphic state.
|
TextRun(java.lang.String text,
Font font,
GraphicState gstate,
TextState tstate,
Matrix matrix) |