public abstract class PDFCmd
extends java.lang.Object
Constructor and Description |
---|
PDFCmd() |
Modifier and Type | Method and Description |
---|---|
abstract java.awt.geom.Rectangle2D |
execute(PDFRenderer state)
mark the page or change the graphics state
|
java.lang.String |
getDetails()
the details of this command
|
java.lang.String |
toString()
a human readable representation of this command
|
public abstract java.awt.geom.Rectangle2D execute(PDFRenderer state)
state
- the current graphics state; may be modified during
execution.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDetails()