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
Subclasses with type arguments of type FunctionType in com.orsonpdfFields in com.orsonpdf declared as FunctionTypeMethods in com.orsonpdf that return FunctionTypeModifier and TypeMethodDescriptionFunction.getFunctionType()Returns the function type.static FunctionTypeReturns 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 FunctionTypeModifierConstructorDescriptionprotectedFunction(int number, FunctionType functionType) Creates a new function.