Package com.sun.pdfview
Class PDFStrokePaintCmd
- java.lang.Object
-
- com.sun.pdfview.PDFCmd
-
- com.sun.pdfview.PDFStrokePaintCmd
-
class PDFStrokePaintCmd extends PDFCmd
set the stroke paint
-
-
Constructor Summary
Constructors Constructor Description PDFStrokePaintCmd(PDFPaint p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2D
execute(PDFRenderer state)
mark the page or change the graphics state-
Methods inherited from class com.sun.pdfview.PDFCmd
getDetails, toString
-
-
-
-
Field Detail
-
p
PDFPaint p
-
-
Constructor Detail
-
PDFStrokePaintCmd
public PDFStrokePaintCmd(PDFPaint p)
-
-
Method Detail
-
execute
public java.awt.geom.Rectangle2D execute(PDFRenderer state)
Description copied from class:PDFCmd
mark the page or change the graphics state- Specified by:
execute
in 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.
-
-