Package com.sun.pdfview
Class PDFXformCmd
- java.lang.Object
-
- com.sun.pdfview.PDFCmd
-
- com.sun.pdfview.PDFXformCmd
-
class PDFXformCmd extends PDFCmd
concatenate a transform to the graphics state
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.awt.geom.AffineTransformat
-
Constructor Summary
Constructors Constructor Description PDFXformCmd(java.awt.geom.AffineTransform at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2Dexecute(PDFRenderer state)mark the page or change the graphics statejava.lang.StringgetDetails()the details of this commandjava.lang.StringtoString(PDFRenderer state)
-
-
-
Method Detail
-
execute
public java.awt.geom.Rectangle2D execute(PDFRenderer state)
Description copied from class:PDFCmdmark the page or change the graphics state- Specified by:
executein classPDFCmd- 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.
-
toString
public java.lang.String toString(PDFRenderer state)
-
getDetails
public java.lang.String getDetails()
Description copied from class:PDFCmdthe details of this command- Overrides:
getDetailsin classPDFCmd
-
-