Uses of Class
jexer.effect.GradientCellTransform.Layer
-
Packages that use GradientCellTransform.Layer Package Description jexer.effect Desktop and window effects. -
-
Uses of GradientCellTransform.Layer in jexer.effect
Methods in jexer.effect that return GradientCellTransform.Layer Modifier and Type Method Description static GradientCellTransform.LayerGradientCellTransform.Layer. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GradientCellTransform.Layer[]GradientCellTransform.Layer. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jexer.effect with parameters of type GradientCellTransform.Layer Constructor Description GradientCellTransform(GradientCellTransform.Layer layer, java.awt.Color topLeft, java.awt.Color topRight, java.awt.Color bottomLeft, java.awt.Color bottomRight)Public constructor.
-