Class PdfShadingPattern

  • All Implemented Interfaces:
    java.io.Serializable

    public class PdfShadingPattern
    extends PdfDictionary
    Implements the shading pattern dictionary.
    See Also:
    Serialized Form
    • Constructor Detail

      • PdfShadingPattern

        public PdfShadingPattern​(PdfShading shading)
        Creates new PdfShadingPattern
    • Method Detail

      • getPatternName

        PdfName getPatternName()
      • getShadingName

        PdfName getShadingName()
      • setName

        void setName​(int number)
      • addToBody

        public void addToBody()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • setMatrix

        public void setMatrix​(float[] matrix)
      • getMatrix

        public float[] getMatrix()