Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
Modifier and Type | Method and Description |
---|---|
static ElementsNames |
ElementsNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementsNames[] |
ElementsNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) Paint |
RrdGraphDef.getColor(ElementsNames element) |
void |
RrdGraphDef.setColor(ElementsNames colorTag,
Paint color)
Overrides the colors for the standard elements of the graph.
|