| Package | Description |
|---|---|
| org.rrd4j.graph |
RRD4J graph capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Area
Represents an area plot element in RRD graphs.
|
class |
ConstantArea
Represents an area plot element with a constant value in RRD graphs.
|
class |
ConstantLine
Represents a line plot element with a constant value in RRD graphs.
|
(package private) class |
HRule
Represents a horizontal rule in RRD graphs.
|
(package private) class |
HSpan
Represents a horizontal span in RRD graphs.
|
(package private) class |
Line
Represents a line plot element in RRD graphs.
|
(package private) class |
Rule
Abstract base class for rule elements in RRD graphs.
|
(package private) class |
SourcedPlotElement
Represents a plot element that obtains data from a named source.
|
(package private) class |
Span
Abstract base class for span elements in RRD graphs.
|
(package private) class |
Stack
Represents a stacked plot element in RRD graphs.
|
(package private) class |
VRule
Represents a vertical rule in RRD graphs.
|
(package private) class |
VSpan
Represents a vertical span in RRD graphs.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<PlotElement> |
RrdGraphDef.plotElements |