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