Class Shading


  • public class Shading
    extends java.lang.Object
    • Constructor Detail

      • Shading

        public Shading​(int shadingType,
                       PDFDeviceColorSpace colorSpace,
                       java.util.List<java.lang.Double> coords,
                       Function function)
    • Method Detail

      • getShadingType

        public int getShadingType()
      • getCoords

        public java.util.List<java.lang.Double> getCoords()
      • getFunction

        public Function getFunction()
      • getExtend

        public java.util.List<java.lang.Boolean> getExtend()
      • getBitsPerCoordinate

        public int getBitsPerCoordinate()
      • getBitsPerFlag

        public int getBitsPerFlag()
      • isAntiAlias

        public boolean isAntiAlias()
      • getBitsPerComponent

        public int getBitsPerComponent()
      • getVerticesPerRow

        public int getVerticesPerRow()