Overview
This class defines one of the following methods to use when painting
outside the gradient bounds: CycleMethod.NO_CYCLE,
CycleMethod.REFLECT, or CycleMethod.REPEAT.
Profile: common conditional multigradient
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| NO_CYCLE | CycleMethod |
Defines the cycle method that uses the terminal colors to fill the remaining area. More: [+]Defines the cycle method that uses the terminal colors to fill the remaining area. Profile: common conditional multigradient |
| REFLECT | CycleMethod |
Defines the cycle method that reflects the gradient colors start-to-end, end-to-start to fill the remaining area. More: [+]Defines the cycle method that reflects the gradient colors start-to-end, end-to-start to fill the remaining area. Profile: common conditional multigradient |
| REPEAT | CycleMethod |
Defines the cycle method that repeats the gradient colors to fill the remaining area. More: [+]Defines the cycle method that repeats the gradient colors to fill the remaining area. Profile: common conditional multigradient |
| Protected | ||
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
More: [+]
-
Returns
- String