Modifier and Type | Field and Description |
---|---|
private Attributes |
attributes |
private char |
ch |
private static char |
END_OF_LINE |
private static char |
UNSET_VALUE |
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
void |
endOfLine() |
boolean |
equals(Object o) |
Attributes |
getAttributes() |
Color |
getBackgroundColor() |
char |
getChar() |
Color |
getForegroundColor() |
int |
hashCode() |
boolean |
isBlink() |
boolean |
isBold() |
boolean |
isEndOfLine() |
boolean |
isReverse() |
boolean |
isUnderline() |
void |
reset() |
void |
set(Cell cell) |
void |
setAttributes(Attributes attributes) |
void |
setChar(char ch) |
void |
unset() |
private static final char UNSET_VALUE
private static final char END_OF_LINE
private final Attributes attributes
private char ch
public Cell()
public char getChar()
public void setChar(char ch)
public void reset()
public void unset()
public void endOfLine()
public boolean isEndOfLine()
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
public boolean isBold()
public boolean isBlink()
public boolean isReverse()
public boolean isUnderline()
public Color getForegroundColor()
public Color getBackgroundColor()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.