public interface NTextRegion extends NTextFormattable
| Modifier and Type | Method and Description |
|---|---|
NPrimitiveText |
charAt(int column,
int row) |
NText |
columnAt(int cellColumnIndex)
return a text of all chars in the columns separated with newline
|
int |
columns() |
NTextRegion |
concatHorizontally(NText other) |
NTextRegion |
concatHorizontally(NTextRegion other) |
NTextRegion |
concatVertically(NText other) |
NTextRegion |
concatVertically(NTextRegion other) |
NTextRegion |
ensureColumns() |
NText |
lineAt(int cellLineIndex) |
static NTextRegion |
of(NText text) |
static NTextRegion |
ofWhitespace(int charWidth,
int charHeight) |
NTextRegion |
replaceSubRegion(NTextRegion other,
int col,
int row,
NPositionType horizontalAlign,
NPositionType valign) |
NTextRegion |
resize(int columns,
int rows,
NPositionType horizontalAlign,
NPositionType verticalAlign) |
int |
rows() |
NTextRegion |
subRegion(int col,
int row,
int toCol,
int toRow) |
NTextRegion |
trimLeft() |
toTextstatic NTextRegion of(NText text)
static NTextRegion ofWhitespace(int charWidth, int charHeight)
NTextRegion trimLeft()
NTextRegion ensureColumns()
NPrimitiveText charAt(int column, int row)
NTextRegion concatHorizontally(NText other)
NTextRegion concatHorizontally(NTextRegion other)
NTextRegion concatVertically(NText other)
NTextRegion concatVertically(NTextRegion other)
NTextRegion replaceSubRegion(NTextRegion other, int col, int row, NPositionType horizontalAlign, NPositionType valign)
NTextRegion subRegion(int col, int row, int toCol, int toRow)
NTextRegion resize(int columns, int rows, NPositionType horizontalAlign, NPositionType verticalAlign)
int rows()
int columns()
NText lineAt(int cellLineIndex)
NText columnAt(int cellColumnIndex)
cellColumnIndex - column indexCopyright © 2025 vpc open source initiative. All rights reserved.