| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFFunction | |
org.apache.fop.pdf |
Uses of PDFFunction in org.apache.fop.pdf |
Constructors in org.apache.fop.pdf with parameters of type PDFFunction | |
PDFShading.PDFShading(int theNumber, String theShadingName, int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, Vector theDecode, PDFFunction theFunction) Constructor for Type 4,6, or 7 | |
PDFShading.PDFShading(int theNumber, String theShadingName, int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, Vector theDecode, int theVerticesPerRow, PDFFunction theFunction) Constructor for type 5 | |
PDFShading.PDFShading(int theNumber, String theShadingName, int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theCoords, Vector theDomain, PDFFunction theFunction, Vector theExtend) Constructor for Type 2 and 3 | |
PDFShading.PDFShading(int theNumber, String theShadingName, int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theDomain, Vector theMatrix, PDFFunction theFunction) Constructor for type function based shading |
Methods in org.apache.fop.pdf that return PDFFunction | |
PDFFunction | PDFDocument.makeFunction(int theNumber, int theFunctionType, Vector theDomain, Vector theRange, StringBuffer theFunctionDataStream) make a postscript calculator function |
PDFFunction | PDFDocument.makeFunction(int theFunctionType, Vector theDomain, Vector theRange, Vector theSize, int theBitsPerSample, int theOrder, Vector theEncode, Vector theDecode, StringBuffer theFunctionDataStream, Vector theFilter) Make a Type 0 sampled function |
PDFFunction | PDFDocument.makeFunction(int theFunctionType, Vector theDomain, Vector theRange, Vector theCZero, Vector theCOne, double theInterpolationExponentN) make a type Exponential interpolation function (for shading usually) |
PDFFunction | PDFDocument.makeFunction(int theFunctionType, Vector theDomain, Vector theRange, Vector theFunctions, Vector theBounds, Vector theEncode) Make a Type 3 Stitching function |
Methods in org.apache.fop.pdf with parameters of type PDFFunction | |
PDFShading | PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, Vector theDecode, PDFFunction theFunction) Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object |
PDFShading | PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, Vector theDecode, int theVerticesPerRow, PDFFunction theFunction) make a Lattice-Form Gouraud mesh shading object |
PDFShading | PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theCoords, Vector theDomain, PDFFunction theFunction, Vector theExtend) Make an axial or radial shading object. |
PDFShading | PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theDomain, Vector theMatrix, PDFFunction theFunction) make a function based shading object |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |