Class PdfShadingPattern

All Implemented Interfaces:
Serializable

public class PdfShadingPattern extends PdfDictionary
Implements the shading pattern dictionary.
Author:
Paulo Soares
See Also:
  • Field Details

  • Constructor Details

    • PdfShadingPattern

      public PdfShadingPattern(PdfShading shading)
      Creates new PdfShadingPattern
  • Method Details

    • addToBody

      public void addToBody() throws IOException
      Throws:
      IOException
    • setMatrix

      public void setMatrix(float[] matrix)
    • getMatrix

      public float[] getMatrix()
    • getShading

      public PdfShading getShading()