Uses of Enum Class
org.jfree.pdf.function.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in org.jfree.pdf.function
Fields in org.jfree.pdf.function declared as FunctionTypeModifier and TypeFieldDescriptionprivate final FunctionType
Function.functionType
The function type.Methods in org.jfree.pdf.function that return FunctionTypeModifier and TypeMethodDescriptionFunction.getFunctionType()
Returns the function type.static FunctionType
Returns the enum constant of this class with the specified name.static FunctionType[]
FunctionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jfree.pdf.function with parameters of type FunctionTypeModifierConstructorDescriptionprotected
Function
(int number, FunctionType functionType) Creates a new function.