public final class GradientPaintTransformType extends Object implements Serializable
GradientPaint
.Modifier and Type | Field and Description |
---|---|
static GradientPaintTransformType |
CENTER_HORIZONTAL
Center/horizontal.
|
static GradientPaintTransformType |
CENTER_VERTICAL
Center/vertical.
|
static GradientPaintTransformType |
HORIZONTAL
Horizontal.
|
static GradientPaintTransformType |
VERTICAL
Vertical.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final GradientPaintTransformType VERTICAL
public static final GradientPaintTransformType HORIZONTAL
public static final GradientPaintTransformType CENTER_VERTICAL
public static final GradientPaintTransformType CENTER_HORIZONTAL
Copyright © 2001–2018 JFree.org. All rights reserved.