com.sun.pdfview
public abstract class PDFCmd extends Object
Method Summary | |
---|---|
abstract Rectangle2D | execute(PDFRenderer state)
mark the page or change the graphics state |
String | getDetails()
the details of this command |
Parameters: state the current graphics state; may be modified during execution.
Returns: the region of the page made dirty by executing this command or null if no region was touched. Note this value should be in the coordinates of the image touched, not the page.