Uses of Class
com.orsonpdf.Function
-
Packages that use Function Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of Function in com.orsonpdf
Subclasses of Function in com.orsonpdf Modifier and Type Class Description classExponentialInterpolationFunctionA PDF "Type 2" function.classStitchingFunctionA stitching function.Fields in com.orsonpdf declared as Function Modifier and Type Field Description private Function[]StitchingFunction. functionsMethods in com.orsonpdf that return Function Modifier and Type Method Description private FunctionPage. createFunctionForMultipleGradient(java.awt.MultipleGradientPaint mgp)Constructors in com.orsonpdf 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 com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as Function Modifier and Type Field Description private FunctionAxialShading. functionThe shading function.private FunctionRadialShading. functionThe shading function.Methods in com.orsonpdf.shading that return Function Modifier and Type Method Description FunctionAxialShading. getFunction()Returns the function for this shading.FunctionRadialShading. getFunction()Returns the function for this shading.Methods in com.orsonpdf.shading with parameters of type Function Modifier and Type Method Description voidAxialShading. 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 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.
-