org.jfree.ui
public final class GradientPaintTransformType extends Object implements Serializable
GradientPaint
.
Field Summary | |
---|---|
static GradientPaintTransformType | CENTER_HORIZONTAL Center/horizontal. |
static GradientPaintTransformType | CENTER_VERTICAL Center/vertical. |
static GradientPaintTransformType | HORIZONTAL Horizontal. |
static GradientPaintTransformType | VERTICAL Vertical. |
Method Summary | |
---|---|
boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
int | hashCode()
Returns a hash code value for the object.
|
String | toString()
Returns a string representing the object.
|
true
if this object is equal to the specified
object, and false
otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: the hashcode
Returns: The string.