| Package | Description |
|---|---|
| com.sun.prism.paint |
| Modifier and Type | Field and Description |
|---|---|
private Paint.Type |
Paint.type |
| Modifier and Type | Method and Description |
|---|---|
Paint.Type |
Paint.getType() |
static Paint.Type |
Paint.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Paint.Type[] |
Paint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Gradient(Paint.Type type,
BaseTransform gradientTransform,
boolean proportional,
int spreadMethod,
java.util.List<Stop> stops) |
Paint(Paint.Type type,
boolean proportional,
boolean isMutable) |