Spec-Zone .ru
спецификации, руководства, описания, API

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

Profile: desktop, common

Overview

This enum 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

Field Summary

accessnametypedescription
public static finalNO_CYCLECycleMethod

Defines the cycle method that uses the terminal colors to fill the remaining area.

public static finalREFLECTCycleMethod

Defines the cycle method that reflects the gradient colors start-to-end, end-to-start to fill the remaining area.

public static finalREPEATCycleMethod

Defines the cycle method that repeats the gradient colors to fill the remaining area.

Inherited Variables

Method Summary

public static CycleMethod valueOf(java.lang.String name)
Parameters
name
Returns
CycleMethod
 
public static CycleMethod[] values()
Returns
CycleMethod[]
 

Inherited Functions