Uses of Class
org.jfree.chart.util.GradientPaintTransformType
-
Packages that use GradientPaintTransformType Package Description org.jfree.chart.util Utility classes used by JFreeChart. -
-
Uses of GradientPaintTransformType in org.jfree.chart.util
Methods in org.jfree.chart.util that return GradientPaintTransformType Modifier and Type Method Description GradientPaintTransformTypeStandardGradientPaintTransformer. getType()Returns the type of transform.static GradientPaintTransformTypeGradientPaintTransformType. valueOf(String name)Returns the enum constant of this type with the specified name.static GradientPaintTransformType[]GradientPaintTransformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jfree.chart.util with parameters of type GradientPaintTransformType Constructor Description StandardGradientPaintTransformer(GradientPaintTransformType type)Creates a new transformer with the specified type.
-