Uses of Class
com.orsonpdf.FunctionType
-
Packages that use FunctionType Package Description com.orsonpdf ContainsPDFGraphics2Dand 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 FunctionTypeFunction. functionTypeThe function type.Methods in com.orsonpdf that return FunctionType Modifier and Type Method Description FunctionTypeFunction. getFunctionType()Returns the function type.static FunctionTypeFunctionType. 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.
-