Uses of Class
com.orsonpdf.FunctionType
-
Packages that use FunctionType Package Description com.orsonpdf ContainsPDFGraphics2D
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 FunctionType Modifier and Type Field Description private FunctionType
Function. functionType
The function type.Methods in com.orsonpdf that return FunctionType Modifier and Type Method Description FunctionType
Function. getFunctionType()
Returns the function type.static FunctionType
FunctionType. valueOf(java.lang.String name)
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 FunctionType Constructor Description Function(int number, FunctionType functionType)
Creates a new function.
-