Package org.apache.sis.io
Class TableAppender.Cell
java.lang.Object
org.apache.sis.io.TableAppender.Cell
- Enclosing class:
- TableAppender
A class wrapping a cell content and its text alignment.
This class if for internal use only.
- Since:
- 0.3
- Version:
- 0.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) TableAppender.Cell
substring
(int lower) Returns a new cell which contains substring of this cell.toString()
Returns the cell content.
-
Field Details
-
text
The text to write inside the cell. -
alignment
byte alignmentThe alignment fortext
inside the cell. -
fill
final char fillThe fill character, used for filling space inside the cell.
-
-
Constructor Details
-
Cell
Cell(String text, byte alignment, char fill) Returns a new cell wrapping the specified string with the specified alignment and fill character.
-
-
Method Details