Uses of Enum Class
org.jfree.pdf.function.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in org.jfree.pdf.function
Subclasses with type arguments of type FunctionType in org.jfree.pdf.functionFields in org.jfree.pdf.function declared as FunctionTypeModifier and TypeFieldDescriptionprivate final FunctionTypeFunction.functionTypeThe function type.Methods in org.jfree.pdf.function that return FunctionTypeModifier and TypeMethodDescriptionFunction.getFunctionType()Returns the function type.static FunctionTypeReturns 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 FunctionTypeModifierConstructorDescriptionprotectedFunction(int number, FunctionType functionType) Creates a new function.