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) Shapethe clip region(package private) AlphaCompositethe current compositing alpha for filling(package private) PDFPaintthe current paint for filling shapes(package private) BasicStrokethe current stroke(package private) AlphaCompositethe current compositing alpha for stroking(package private) PDFPaintthe current paint for drawing strokes(package private) AffineTransformthe 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