Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
GradientPaintTransformType |
StandardGradientPaintTransformer.getType()
Returns the type of transform.
|
Constructor and Description |
---|
StandardGradientPaintTransformer(GradientPaintTransformType type)
Creates a new transformer with the specified type.
|