Uses of Class
org.jfree.pdf.function.Function
Packages that use Function
Package
Description
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).Contains shading classes that support the
PDFGraphics2D
implementation.-
Uses of Function in org.jfree.pdf
Methods in org.jfree.pdf that return Function -
Uses of Function in org.jfree.pdf.function
Subclasses of Function in org.jfree.pdf.functionModifier and TypeClassDescriptionfinal class
A PDF "Type 2" function.final class
A stitching function.Fields in org.jfree.pdf.function declared as FunctionConstructors in org.jfree.pdf.function with parameters of type FunctionModifierConstructorDescriptionStitchingFunction
(int number, Function[] functions, float[] bounds, float[] encode) Creates a new stitching function. -
Uses of Function in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as FunctionModifier and TypeFieldDescriptionprivate Function
AxialShading.function
The shading function.private Function
RadialShading.function
The shading function.Methods in org.jfree.pdf.shading that return FunctionModifier and TypeMethodDescriptionAxialShading.getFunction()
Returns the function for this shading.RadialShading.getFunction()
Returns the function for this shading.Methods in org.jfree.pdf.shading with parameters of type FunctionModifier and TypeMethodDescriptionvoid
AxialShading.setFunction
(Function function) Sets the function for this shading.void
RadialShading.setFunction
(Function function) Sets the function for this shading.Constructors in org.jfree.pdf.shading with parameters of type FunctionModifierConstructorDescriptionAxialShading
(int number, double[] coords, Function function) Creates a new axial shading.RadialShading
(int number, double[] coords, Function function) Creates a new radial shading instance.