Uses of Class
org.jfree.pdf.function.Function
-
Packages that use Function Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).org.jfree.pdf.function org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of Function in org.jfree.pdf
Methods in org.jfree.pdf that return Function Modifier and Type Method Description private Function
Page. createFunctionForMultipleGradient(java.awt.MultipleGradientPaint mgp)
-
Uses of Function in org.jfree.pdf.function
Subclasses of Function in org.jfree.pdf.function Modifier and Type Class Description class
ExponentialInterpolationFunction
A PDF "Type 2" function.class
StitchingFunction
A stitching function.Fields in org.jfree.pdf.function declared as Function Modifier and Type Field Description private Function[]
StitchingFunction. functions
Constructors in org.jfree.pdf.function with parameters of type Function Constructor Description StitchingFunction(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 Function Modifier and Type Field Description private Function
AxialShading. function
The shading function.private Function
RadialShading. function
The shading function.Methods in org.jfree.pdf.shading that return Function Modifier and Type Method Description Function
AxialShading. getFunction()
Returns the function for this shading.Function
RadialShading. getFunction()
Returns the function for this shading.Methods in org.jfree.pdf.shading with parameters of type Function Modifier and Type Method Description void
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 Function Constructor Description AxialShading(int number, double[] coords, Function function)
Creates a new axial shading.RadialShading(int number, double[] coords, Function function)
Creates a new radial shading instance.
-