fop 0.95beta | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.pdf.PDFFunction | |
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction) Constructor for type function based shading
| |
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend) Constructor for Type 2 and 3
| |
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction) Constructor for type 5
| |
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction) Constructor for Type 4,6, or 7
|
Fields of type org.apache.fop.pdf.PDFFunction | |
PDFFunction | Required for Type 1, 2, and 3:
The object of the color mapping function (usually type 2 or 3). |
Methods with parameter type org.apache.fop.pdf.PDFFunction | |
PDFFunction | Looks through the registered functions to see if one that is equal to
a reference object exists
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction) make a function based shading object
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend) Make an axial or radial shading object. |
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction) make a Lattice-Form Gouraud mesh shading object
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction) Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh
shading object
|
Methods with return type org.apache.fop.pdf.PDFFunction | |
PDFFunction | Looks through the registered functions to see if one that is equal to
a reference object exists
|
PDFFunction | PDFFactory.makeFunction(int theFunctionType, List theDomain, List theRange, List theFunctions, List theBounds, List theEncode) Make a Type 3 Stitching function
|
PDFFunction | PDFFactory.makeFunction(int theFunctionType, List theDomain, List theRange, List theCZero, List theCOne, double theInterpolationExponentN) make a type Exponential interpolation function
(for shading usually)
|
PDFFunction | PDFFactory.makeFunction(int theFunctionType, List theDomain, List theRange, List theSize, int theBitsPerSample, int theOrder, List theEncode, List theDecode, StringBuffer theFunctionDataStream, List theFilter) Make a Type 0 sampled function
|
PDFFunction | PDFFactory.makeFunction(int theNumber, int theFunctionType, List theDomain, List theRange, StringBuffer theFunctionDataStream) make a postscript calculator function
|
fop 0.95beta |