Class Type5ShadingPaint

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

class Type5ShadingPaint extends ShadingPaint<PDShadingType5>
AWT Paint for Gouraud Triangle Lattice (Type 5) shading.
  • Field Details

    • LOG

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

    • Type5ShadingPaint

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