Package | Description |
---|---|
com.inamik.text.tables |
Modifier and Type | Class and Description |
---|---|
static class |
Cell.FullPadding |
Modifier and Type | Field and Description |
---|---|
static Cell.Function |
Cell.Functions.BOTTOM_ALIGN |
static Cell.Function |
Cell.Functions.BOTTOM_PAD |
static Cell.Function |
Cell.Functions.BOTTOM_TRUNCATE |
static Cell.Function |
Cell.Functions.HORIZONTAL_CENTER |
static Cell.Function |
Cell.Function.IDENTITY |
static Cell.Function |
Cell.Functions.LEFT_ALIGN |
static Cell.Function |
Cell.Functions.LEFT_PAD |
static Cell.Function |
Cell.Functions.LEFT_TRUNCATE |
static Cell.Function |
Cell.Functions.RIGHT_ALIGN |
static Cell.Function |
Cell.Functions.RIGHT_PAD |
static Cell.Function |
Cell.Functions.RIGHT_TRUNCATE |
static Cell.Function |
Cell.Functions.TOP_ALIGN |
static Cell.Function |
Cell.Functions.TOP_PAD |
static Cell.Function |
Cell.Functions.TOP_TRUNCATE |
static Cell.Function |
Cell.Functions.VERTICAL_CENTER |
Modifier and Type | Method and Description |
---|---|
static Cell.Function |
Cell.Function.from(Function f) |
static Cell.Function |
Cell.Function.from(FunctionWithChar f) |
static Cell.Function |
Cell.Function.from(FunctionWithCharAndHeight f) |
static Cell.Function |
Cell.Function.from(FunctionWithCharAndWidth f) |
static Cell.Function |
Cell.Function.from(FunctionWithCharAndWidthAndHeight f) |
static Cell.Function |
Cell.Function.from(FunctionWithHeight f) |
static Cell.Function |
Cell.Function.from(FunctionWithWidth f) |
static Cell.Function |
Cell.Function.from(FunctionWithWidthAndHeight f) |
abstract Cell.Function |
Cell.Function.withChar(char character) |
abstract Cell.Function |
Cell.Function.withHeight(int height) |
abstract Cell.Function |
Cell.Function.withWidth(int width) |
Modifier and Type | Method and Description |
---|---|
GridTable |
GridTable.apply(Cell.Function f) |
GridTable |
GridTable.apply(int row,
int col,
Cell.Function f) |
SimpleTable |
SimpleTable.applyToCell(Cell.Function f) |
GridTable |
GridTable.applyToCol(int col,
Cell.Function f) |
GridTable |
GridTable.applyToRow(int row,
Cell.Function f) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.