JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

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

nametypedescription
Public
NO_CYCLECycleMethod

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

REFLECTCycleMethod

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

REPEATCycleMethod

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

Inherited Functions