Uses of Class
jexer.effect.MouseGlowCellTransform.Layer
-
Packages that use MouseGlowCellTransform.Layer Package Description jexer.effect Desktop and window effects. -
-
Uses of MouseGlowCellTransform.Layer in jexer.effect
Methods in jexer.effect that return MouseGlowCellTransform.Layer Modifier and Type Method Description static MouseGlowCellTransform.LayerMouseGlowCellTransform.Layer. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MouseGlowCellTransform.Layer[]MouseGlowCellTransform.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 MouseGlowCellTransform.Layer Constructor Description MouseGlowCellTransform(MouseGlowCellTransform.Layer layer, java.awt.Color glowColor, int glowDistance)Public constructor.
-