Uses of Class
jexer.bits.Cell.Width
-
Packages that use Cell.Width Package Description jexer.bits Low-level data objects and utility functions that don't warrant their own separate package. -
-
Uses of Cell.Width in jexer.bits
Methods in jexer.bits that return Cell.Width Modifier and Type Method Description Cell.Width
Cell. getWidth()
Getter for cell width.static Cell.Width
Cell.Width. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Cell.Width[]
Cell.Width. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer.bits with parameters of type Cell.Width Modifier and Type Method Description void
Cell. setWidth(Cell.Width width)
Setter for cell width.
-