| Package | Description |
|---|---|
| org.rrd4j.graph | RRD4J graph capabilities. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | AreaRepresents an area plot element in RRD graphs. |
class | ConstantAreaRepresents an area plot element with a constant value in RRD graphs. |
class | ConstantLineRepresents a line plot element with a constant value in RRD graphs. |
(package private) class | HRuleRepresents a horizontal rule in RRD graphs. |
(package private) class | HSpanRepresents a horizontal span in RRD graphs. |
(package private) class | LineRepresents a line plot element in RRD graphs. |
(package private) class | RuleAbstract base class for rule elements in RRD graphs. |
(package private) class | SourcedPlotElementRepresents a plot element that obtains data from a named source. |
(package private) class | SpanAbstract base class for span elements in RRD graphs. |
(package private) class | StackRepresents a stacked plot element in RRD graphs. |
(package private) class | VRuleRepresents a vertical rule in RRD graphs. |
(package private) class | VSpanRepresents a vertical span in RRD graphs. |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<PlotElement> | RrdGraphDef.plotElementsList of plot elements (lines, areas, rules, spans) to render. |