Uses of Enum
com.orsonpdf.FunctionType
Packages that use FunctionType
Package
Description
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).-
Uses of FunctionType in com.orsonpdf
Fields in com.orsonpdf declared as FunctionTypeMethods in com.orsonpdf that return FunctionTypeModifier and TypeMethodDescriptionFunction.getFunctionType()
Returns the function type.static FunctionType
Returns the enum constant of this type with the specified name.static FunctionType[]
FunctionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.orsonpdf with parameters of type FunctionTypeModifierConstructorDescriptionprotected
Function
(int number, FunctionType functionType) Creates a new function.