Class PDFRenderer.GraphicsState

java.lang.Object
com.sun.pdfview.PDFRenderer.GraphicsState
All Implemented Interfaces:
Cloneable
Enclosing class:
PDFRenderer

class PDFRenderer.GraphicsState extends Object implements Cloneable
  • Field Details

    • cliprgn

      Shape cliprgn
      the clip region
    • stroke

      BasicStroke stroke
      the current stroke
    • strokePaint

      PDFPaint strokePaint
      the current paint for drawing strokes
    • fillPaint

      PDFPaint fillPaint
      the current paint for filling shapes
    • strokeAlpha

      AlphaComposite strokeAlpha
      the current compositing alpha for stroking
    • fillAlpha

      AlphaComposite fillAlpha
      the current compositing alpha for filling
    • xform

      the current transform
  • Constructor Details

    • GraphicsState

      GraphicsState()
  • Method Details

    • clone

      public Object clone()
      Clone this Graphics state. Note that cliprgn is not cloned. It must be set manually from the current graphics object's clip
      Overrides:
      clone in class Object