Class Cell
java.lang.Object
org.apache.hadoop.hbase.hbtop.terminal.impl.Cell
Represents a single text cell of the terminal.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Attributes
private char
private static final char
private static final char
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
char
getChar()
int
hashCode()
boolean
isBlink()
boolean
isBold()
boolean
boolean
boolean
void
reset()
void
void
setAttributes
(Attributes attributes) void
setChar
(char ch) void
unset()
-
Field Details
-
UNSET_VALUE
- See Also:
-
END_OF_LINE
- See Also:
-
attributes
-
ch
-
-
Constructor Details
-
Cell
public Cell()
-
-
Method Details