Package com.sun.pdfview
Class PDFRenderer.GraphicsState
java.lang.Object
com.sun.pdfview.PDFRenderer.GraphicsState
- All Implemented Interfaces:
Cloneable
- Enclosing class:
PDFRenderer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Shape
the clip region(package private) AlphaComposite
the current compositing alpha for filling(package private) PDFPaint
the current paint for filling shapes(package private) BasicStroke
the current stroke(package private) AlphaComposite
the current compositing alpha for stroking(package private) PDFPaint
the current paint for drawing strokes(package private) AffineTransform
the current transform -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cliprgn
Shape cliprgnthe clip region -
stroke
BasicStroke strokethe current stroke -
strokePaint
PDFPaint strokePaintthe current paint for drawing strokes -
fillPaint
PDFPaint fillPaintthe current paint for filling shapes -
strokeAlpha
AlphaComposite strokeAlphathe current compositing alpha for stroking -
fillAlpha
AlphaComposite fillAlphathe current compositing alpha for filling -
xform
AffineTransform xformthe current transform
-
-
Constructor Details
-
GraphicsState
GraphicsState()
-
-
Method Details