Package org.jfree.chart.ui
Class GradientPaintTransformType
java.lang.Object
org.jfree.chart.ui.GradientPaintTransformType
- All Implemented Interfaces:
Serializable
Represents a type of transform for a
GradientPaint
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GradientPaintTransformType
Center/horizontal.static final GradientPaintTransformType
Center/vertical.static final GradientPaintTransformType
Horizontal.static final GradientPaintTransformType
Vertical. -
Method Summary
-
Field Details
-
VERTICAL
Vertical. -
HORIZONTAL
Horizontal. -
CENTER_VERTICAL
Center/vertical. -
CENTER_HORIZONTAL
Center/horizontal.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-