Class Type7ShadingPaint

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

class Type7ShadingPaint extends ShadingPaint<PDShadingType7>
AWT Paint for tensor-product patch meshes (Type 7) 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

    • Type7ShadingPaint

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