Class Type6ShadingPaint

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

class Type6ShadingPaint extends ShadingPaint<PDShadingType6>
AWT Paint for coons patch meshes (Type 6) shading. This was done as part of GSoC2014, Tilman Hausherr is the mentor.
  • Field Details

    • LOG

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

    • Type6ShadingPaint

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