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 classA PDF "Type 2" function.final classA 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 FunctionAxialShading.functionThe shading function.private FunctionRadialShading.functionThe 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 TypeMethodDescriptionvoidAxialShading.setFunction(Function function) Sets the function for this shading.voidRadialShading.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.