Uses of Class
org.foray.pdf.object.PDFFunction

Packages that use PDFFunction
org.foray.pdf.object Classes representing various PDF objects, used in the construction of a PDF document. 
 

Uses of PDFFunction in org.foray.pdf.object
 

Constructors in org.foray.pdf.object with parameters of type PDFFunction
PDFShading(PDFDocument doc, int theShadingType, ColorSpace theColorSpace, List<Double> theBackground, List<Double> theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List<Double> theDecode, PDFFunction theFunction)
          Constructor for Type 4,6, or 7.
PDFShading(PDFDocument doc, int theShadingType, ColorSpace theColorSpace, List<Double> theBackground, List<Double> theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List<Double> theDecode, int theVerticesPerRow, PDFFunction theFunction)
          Constructor for type 5.
PDFShading(PDFDocument doc, int theShadingType, ColorSpace theColorSpace, List<Double> theBackground, List<Double> theBBox, boolean theAntiAlias, List<Double> theDomain, List<Double> theMatrix, PDFFunction theFunction)
          Constructor for type function based shading.
PDFShading(PDFDocument doc, int theShadingType, ColorSpace theColorSpace, List<Double> theBackground, List<Double> theBBox, boolean theAntiAlias, List<Double> theCoords, List<Double> theDomain, PDFFunction theFunction, List<Boolean> theExtend)
          Constructor for Type 2 and 3.
 

Constructor parameters in org.foray.pdf.object with type arguments of type PDFFunction
PDFFunction(PDFDocument doc, int theFunctionType, List<Double> theDomain, List<Double> theRange, List<PDFFunction> theFunctions, List<Double> theBounds, List<Double> theEncode)
          create an complete Function object of Type 3, a Stitching function.
 



Copyright © 2017. All rights reserved.