Class PdfShadingPattern


@Deprecated public class PdfShadingPattern extends PdfDictionary
Deprecated.
Implements the shading pattern dictionary.
Author:
Paulo Soares (psoares@consiste.pt)
  • Field Details

    • shading

      protected PdfShading shading
      Deprecated.
    • writer

      protected PdfWriter writer
      Deprecated.
    • matrix

      protected float[] matrix
      Deprecated.
    • patternName

      protected PdfName patternName
      Deprecated.
    • patternReference

      protected PdfIndirectReference patternReference
      Deprecated.
  • Constructor Details

    • PdfShadingPattern

      public PdfShadingPattern(PdfShading shading)
      Deprecated.
      Creates new PdfShadingPattern
      Parameters:
      shading - the shading
  • Method Details

    • getMatrix

      public float[] getMatrix()
      Deprecated.
    • setMatrix

      public void setMatrix(float[] matrix)
      Deprecated.
    • getShading

      public PdfShading getShading()
      Deprecated.