Class Type4ShadingPaint

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

class Type4ShadingPaint extends ShadingPaint<PDShadingType4>
AWT PaintContext for Gouraud Triangle Mesh (Type 4) shading.
  • Field Details

    • LOG

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

    • Type4ShadingPaint

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