Uses of Enum
org.apache.hadoop.hbase.hbtop.terminal.Color
Package
Description
-
Uses of Color in org.apache.hadoop.hbase.hbtop.terminal
Modifier and TypeFieldDescriptionprivate Color
Attributes.backgroundColor
private Color
Attributes.foregroundColor
Modifier and TypeMethodDescriptionAttributes.getBackgroundColor()
Attributes.getForegroundColor()
static Color
Returns the enum constant of this type with the specified name.static Color[]
Color.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Attributes.setBackgroundColor
(Color backgroundColor) void
Attributes.setForegroundColor
(Color foregroundColor) -
Uses of Color in org.apache.hadoop.hbase.hbtop.terminal.impl