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

access name type description
public static final NO_CYCLE CycleMethod

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

public static final REFLECT CycleMethod

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

public static final REPEAT CycleMethod

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