Class AxialShadingPaint

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

public class AxialShadingPaint extends ShadingPaint<PDShadingType2>
AWT Paint for axial shading.
  • Field Details

    • LOG

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

    • AxialShadingPaint

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