Uses of Class
com.orsonpdf.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 com.orsonpdf
Subclasses of Function in com.orsonpdfModifier and TypeClassDescriptionfinal class
A PDF "Type 2" function.final class
A stitching function.Fields in com.orsonpdf declared as FunctionMethods in com.orsonpdf that return FunctionConstructors in com.orsonpdf with parameters of type FunctionModifierConstructorDescriptionStitchingFunction
(int number, Function[] functions, float[] bounds, float[] encode) Creates a new stitching function. -
Uses of Function in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as FunctionModifier and TypeFieldDescriptionprivate Function
AxialShading.function
The shading function.private Function
RadialShading.function
The shading function.Methods in com.orsonpdf.shading that return FunctionModifier and TypeMethodDescriptionAxialShading.getFunction()
Returns the function for this shading.RadialShading.getFunction()
Returns the function for this shading.Methods in com.orsonpdf.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 com.orsonpdf.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.