Package | Description |
---|---|
jexer.bits |
Low-level data objects and utility functions that don't warrant their own
separate package.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setWidth(Cell.Width width)
Setter for cell width.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.