|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFFunction | |
org.apache.fop.pdf |
Uses of PDFFunction in org.apache.fop.pdf |
Fields in org.apache.fop.pdf declared as PDFFunction | |
protected PDFFunction |
PDFShading.function
Required for Type 1, 2, and 3: The object of the color mapping function (usually type 2 or 3). |
Methods in org.apache.fop.pdf that return PDFFunction | |
PDFFunction |
PDFDocument.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 |
PDFDocument.makeFunction(int theFunctionType,
List theDomain,
List theRange,
List theCZero,
List theCOne,
double theInterpolationExponentN)
make a type Exponential interpolation function (for shading usually) |
PDFFunction |
PDFDocument.makeFunction(int theFunctionType,
List theDomain,
List theRange,
List theFunctions,
List theBounds,
List theEncode)
Make a Type 3 Stitching function |
PDFFunction |
PDFDocument.makeFunction(int theNumber,
int theFunctionType,
List theDomain,
List theRange,
StringBuffer theFunctionDataStream)
make a postscript calculator function |
Methods in org.apache.fop.pdf with parameters of type PDFFunction | |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
List theDomain,
List theMatrix,
PDFFunction theFunction)
make a function based shading object |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
List theCoords,
List theDomain,
PDFFunction theFunction,
List theExtend)
Make an axial or radial shading object. |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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 |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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 |
Constructors in org.apache.fop.pdf with parameters of type PDFFunction | |
PDFShading(int theNumber,
String theShadingName,
int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
List theDomain,
List theMatrix,
PDFFunction theFunction)
Constructor for type function based shading |
|
PDFShading(int theNumber,
String theShadingName,
int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
List theCoords,
List theDomain,
PDFFunction theFunction,
List theExtend)
Constructor for Type 2 and 3 |
|
PDFShading(int theNumber,
String theShadingName,
int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
int theBitsPerFlag,
List theDecode,
PDFFunction theFunction)
Constructor for Type 4,6, or 7 |
|
PDFShading(int theNumber,
String theShadingName,
int theShadingType,
ColorSpace theColorSpace,
List theBackground,
List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
List theDecode,
int theVerticesPerRow,
PDFFunction theFunction)
Constructor for type 5 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |