Uses of Class
org.jfree.pdf.function.FunctionType
-
Packages that use FunctionType Package Description org.jfree.pdf.function -
-
Uses of FunctionType in org.jfree.pdf.function
Fields in org.jfree.pdf.function declared as FunctionType Modifier and Type Field Description private FunctionType
Function. functionType
The function type.Methods in org.jfree.pdf.function 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 org.jfree.pdf.function with parameters of type FunctionType Constructor Description Function(int number, FunctionType functionType)
Creates a new function.
-