Class Type1ShadingPaint

java.lang.Object
org.apache.pdfbox.pdmodel.graphics.shading.ShadingPaint<PDShadingType1>
org.apache.pdfbox.pdmodel.graphics.shading.Type1ShadingPaint
All Implemented Interfaces:
Paint, Transparency

class Type1ShadingPaint extends ShadingPaint<PDShadingType1>
AWT PaintContext for function-based (Type 1) shading.
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
  • Constructor Details

    • Type1ShadingPaint

      Type1ShadingPaint(PDShadingType1 shading, Matrix matrix)
      Constructor.
      Parameters:
      shading - the shading resources
      matrix - the pattern matrix concatenated with that of the parent content stream
  • Method Details