Package | Description |
---|---|
multiplicity3.csys.gfx |
Modifier and Type | Method and Description |
---|---|
Gradient.GradientDirection |
Gradient.getDirection()
Gets the direction.
|
static Gradient.GradientDirection |
Gradient.GradientDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gradient.GradientDirection[] |
Gradient.GradientDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Gradient.setDirection(Gradient.GradientDirection direction)
Sets the direction.
|
Constructor and Description |
---|
Gradient(com.jme3.math.ColorRGBA from,
com.jme3.math.ColorRGBA to,
Gradient.GradientDirection direction)
Instantiates a new gradient.
|