Package org.openpdf.renderer
Class PDFXformCmd
java.lang.Object
org.openpdf.renderer.PDFCmd
org.openpdf.renderer.PDFXformCmd
concatenate a transform to the graphics state
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(PDFRenderer state) mark the page or change the graphics statethe details of this commandtoString(PDFRenderer state)
-
Field Details
-
at
-
-
Constructor Details
-
PDFXformCmd
-
-
Method Details
-
execute
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
-
getDetails
Description copied from class:PDFCmdthe details of this command- Overrides:
getDetailsin classPDFCmd
-