| Modifier and Type | Field and Description |
|---|---|
protected AT_CellContext |
AT_Cell.ctx
The cell context.
|
| Modifier and Type | Method and Description |
|---|---|
AT_CellContext |
AT_Cell.getContext() |
AT_CellContext |
AT_CellContext.setPadding(int padding)
Sets all padding to the same value.
|
AT_CellContext |
AT_CellContext.setPaddingBottom(int paddingBottom)
Sets the bottom padding.
|
AT_CellContext |
AT_CellContext.setPaddingBottomChar(Character paddingBottomChar)
Sets the bottom padding character.
|
AT_CellContext |
AT_CellContext.setPaddingLeft(int paddingLeft)
Sets the left padding.
|
AT_CellContext |
AT_CellContext.setPaddingLeftChar(Character paddingLeftChar)
Sets the left padding character.
|
AT_CellContext |
AT_CellContext.setPaddingLeftRight(int padding)
Sets left and right padding.
|
AT_CellContext |
AT_CellContext.setPaddingLeftRight(int paddingLeft,
int paddingRight)
Sets left and right padding (only if both values are not smaller than 0).
|
AT_CellContext |
AT_CellContext.setPaddingRight(int paddingRight)
Sets the right padding.
|
AT_CellContext |
AT_CellContext.setPaddingRightChar(Character paddingRightChar)
Sets the right padding character.
|
AT_CellContext |
AT_CellContext.setPaddingTop(int paddingTop)
Sets the top padding.
|
AT_CellContext |
AT_CellContext.setPaddingTopBottom(int padding)
Sets top and bottom padding.
|
AT_CellContext |
AT_CellContext.setPaddingTopBottom(int paddingTop,
int paddingBottom)
Sets top and bottom padding (only if both values are not smaller than 0).
|
AT_CellContext |
AT_CellContext.setPaddingTopChar(Character paddingTopChar)
Sets the top padding character.
|
AT_CellContext |
AT_CellContext.setTextAlignment(TextAlignment textAlignment)
Sets the text alignment.
|
| Constructor and Description |
|---|
AT_Cell(Object content,
AT_CellContext ctx)
Creates a new cell with content and context
|
Copyright © 2014–2017. All rights reserved.