|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.PDFCmd
public abstract class PDFCmd
The abstract superclass of all drawing commands for a PDFPage.
Constructor Summary | |
---|---|
PDFCmd()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDFCmd()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |