Uses of Class
org.rrd4j.graph.ElementsNames
Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
-
Uses of ElementsNames in org.rrd4j.graph
Methods in org.rrd4j.graph that return ElementsNames Modifier and Type Method 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.Methods in org.rrd4j.graph with parameters of type ElementsNames Modifier and Type Method 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.