public class AppearanceState extends Dictionary
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.geom.Rectangle2D |
bbox |
protected java.awt.geom.AffineTransform |
matrix |
protected java.lang.String |
originalContentStream |
protected Resources |
resources |
protected Shapes |
shapes |
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
AppearanceState(Library library,
java.util.HashMap entries) |
AppearanceState(Library library,
java.util.HashMap entries,
java.lang.Object streamOrDictionary) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getBbox() |
java.awt.geom.AffineTransform |
getMatrix() |
java.lang.String |
getOriginalContentStream()
Gets the original unaltered content stream.
|
Resources |
getResources() |
Shapes |
getShapes() |
void |
setBbox(java.awt.geom.Rectangle2D bbox) |
void |
setContentStream(byte[] contentBytes) |
void |
setMatrix(java.awt.geom.AffineTransform matrix) |
void |
setShapes(Shapes shapes) |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringprotected Shapes shapes
protected java.awt.geom.AffineTransform matrix
protected java.awt.geom.Rectangle2D bbox
protected java.lang.String originalContentStream
protected Resources resources
public AppearanceState(Library library, java.util.HashMap entries, java.lang.Object streamOrDictionary)
public AppearanceState(Library library, java.util.HashMap entries)
public Shapes getShapes()
public void setShapes(Shapes shapes)
public java.awt.geom.AffineTransform getMatrix()
public void setMatrix(java.awt.geom.AffineTransform matrix)
public java.awt.geom.Rectangle2D getBbox()
public void setBbox(java.awt.geom.Rectangle2D bbox)
public Resources getResources()
public java.lang.String getOriginalContentStream()
public void setContentStream(byte[] contentBytes)