| Package | Description |
|---|---|
| com.sun.prism.paint |
| Modifier and Type | Method and Description |
|---|---|
Paint.Type |
Paint.getType() |
static Paint.Type |
Paint.Type.valueOf(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,
List<Stop> stops) |
Copyright © 2025. All rights reserved.