Uses of Class
org.jfree.chart.ui.GradientPaintTransformType
-
Packages that use GradientPaintTransformType Package Description org.jfree.chart.ui Utility classes that relate to user interface items. -
-
Uses of GradientPaintTransformType in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as GradientPaintTransformType Modifier and Type Field Description static GradientPaintTransformType
GradientPaintTransformType. CENTER_HORIZONTAL
Center/horizontal.static GradientPaintTransformType
GradientPaintTransformType. CENTER_VERTICAL
Center/vertical.static GradientPaintTransformType
GradientPaintTransformType. HORIZONTAL
Horizontal.private GradientPaintTransformType
StandardGradientPaintTransformer. type
The transform type.static GradientPaintTransformType
GradientPaintTransformType. VERTICAL
Vertical.Methods in org.jfree.chart.ui that return GradientPaintTransformType Modifier and Type Method Description GradientPaintTransformType
StandardGradientPaintTransformer. getType()
Returns the type of transform.Constructors in org.jfree.chart.ui with parameters of type GradientPaintTransformType Constructor Description StandardGradientPaintTransformer(GradientPaintTransformType type)
Creates a new transformer with the specified type.
-