Uses of Class
org.jfree.chart.ui.GradientPaintTransformType
Packages that use GradientPaintTransformType
-
Uses of GradientPaintTransformType in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as GradientPaintTransformTypeModifier and TypeFieldDescriptionstatic final GradientPaintTransformType
GradientPaintTransformType.CENTER_HORIZONTAL
Center/horizontal.static final GradientPaintTransformType
GradientPaintTransformType.CENTER_VERTICAL
Center/vertical.static final GradientPaintTransformType
GradientPaintTransformType.HORIZONTAL
Horizontal.private GradientPaintTransformType
StandardGradientPaintTransformer.type
The transform type.static final GradientPaintTransformType
GradientPaintTransformType.VERTICAL
Vertical.Methods in org.jfree.chart.ui that return GradientPaintTransformTypeModifier and TypeMethodDescriptionStandardGradientPaintTransformer.getType()
Returns the type of transform.Constructors in org.jfree.chart.ui with parameters of type GradientPaintTransformTypeModifierConstructorDescriptionCreates a new transformer with the specified type.