| Package | Description |
|---|---|
| be.quodlibet.boxable |
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlignment |
VerticalAlignment.get(String key) |
VerticalAlignment |
Cell.getValign() |
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cell<T> |
Row.createCell(float width,
String value,
HorizontalAlignment align,
VerticalAlignment valign)
Creates a cell with provided width, cell value, horizontal and vertical
alignment
|
Cell<T> |
Row.createImageCell(float width,
Image img,
HorizontalAlignment align,
VerticalAlignment valign) |
void |
Cell.setValign(VerticalAlignment valign) |
Copyright © 2020. All rights reserved.