Liking cljdoc? Tell your friends :D

jdk.awt.MultipleGradientPaint$CycleMethod


*value-ofclj

(*value-of name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

name - the name of the enum constant to be returned. - java.lang.String

returns: the enum constant with the specified name - java.awt.MultipleGradientPaint$CycleMethod

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are
not permitted.)

name - the name of the enum constant to be returned. - `java.lang.String`

returns: the enum constant with the specified name - `java.awt.MultipleGradientPaint$CycleMethod`

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
raw docstring

*valuesclj

(*values)

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:

for (MultipleGradientPaint.CycleMethod c : MultipleGradientPaint.CycleMethod.values()) System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - java.awt.MultipleGradientPaint$CycleMethod[]

Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:


for (MultipleGradientPaint.CycleMethod c : MultipleGradientPaint.CycleMethod.values())
    System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - `java.awt.MultipleGradientPaint$CycleMethod[]`
raw docstring

NO_CYCLEclj

Enum Constant.

Use the terminal colors to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod

Enum Constant.

Use the terminal colors to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod
raw docstring

REFLECTclj

Enum Constant.

Cycle the gradient colors start-to-end, end-to-start to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod

Enum Constant.

Cycle the gradient colors start-to-end, end-to-start
 to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod
raw docstring

REPEATclj

Enum Constant.

Cycle the gradient colors start-to-end, start-to-end to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod

Enum Constant.

Cycle the gradient colors start-to-end, start-to-end
 to fill the remaining area.

type: java.awt.MultipleGradientPaint$CycleMethod
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close