Class Attributes
java.lang.Object
org.apache.hadoop.hbase.hbtop.terminal.Attributes
The attributes of text in the terminal.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isBlink()
boolean
isBold()
boolean
boolean
void
reset()
void
set
(Attributes attributes) void
setBackgroundColor
(Color backgroundColor) void
setBlink
(boolean blink) void
setBold
(boolean bold) void
setForegroundColor
(Color foregroundColor) void
setReverse
(boolean reverse) void
setUnderline
(boolean underline)
-
Field Details
-
bold
-
blink
-
reverse
-
underline
-
foregroundColor
-
backgroundColor
-
-
Constructor Details
-
Attributes
public Attributes() -
Attributes
-
-
Method Details