Package com.sun.pdfview
Class PDFFillAlphaCmd
java.lang.Object
com.sun.pdfview.PDFCmd
com.sun.pdfview.PDFFillAlphaCmd
set the fill paint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(PDFRenderer state) mark the page or change the graphics stateMethods inherited from class com.sun.pdfview.PDFCmd
getDetails, toString
-
Field Details
-
a
float a
-
-
Constructor Details
-
PDFFillAlphaCmd
public PDFFillAlphaCmd(float a)
-
-
Method Details
-
execute
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.
-