RenderCell
classin packageklyn.gui.terminal
public class RenderCell extends Object:
One logical terminal cell.
@since 1.0
Fields
| Modifier and Type |
Member |
Description |
| public |
dirty |
No summary. |
| public |
glyph |
No summary. |
| public |
style |
No summary. |
Constructors
| Modifier and Type |
Member |
Description |
| public |
RenderCell |
Builds a cell with a glyph and a style. |
Methods
| Modifier and Type |
Member |
Description |
| public |
clear |
Clears the cell with the provided style. |
| public |
copy |
Returns a deep copy of the cell. |
| public |
sameAs |
Returns true when both cells are visually identical. |
| public |
set |
Overwrites the cell content. |
| public override |
toString |
Returns the plain character content of the cell. |