public enum MultipleGradientPaint.CycleMethod
- Object
- Enum<MultipleGradientPaint.CycleMethod>
- MultipleGradientPaint.CycleMethod
Cycle methods for gradients.
Enum constants
NO_CYCLE | The gradient should not cycle at all. |
REFLECT | The gradient should cycle with reflection. |
REPEAT | The gradient should repeat to fill the space. |
Methods
public static MultipleGradientPaint.CycleMethod[] values() | |
public static MultipleGradientPaint.CycleMethod valueOf(String name) |
Inherited methods
Enum constant details
NO_CYCLE
NO_CYCLEThe gradient should not cycle at all.
REFLECT
REFLECTThe gradient should cycle with reflection.
REPEAT
REPEATThe gradient should repeat to fill the space.
Method details
values
public static MultipleGradientPaint.CycleMethod[] values()valueOf
public static MultipleGradientPaint.CycleMethod valueOf(String name)