| Package | Description |
|---|---|
| org.rrd4j.graph |
RRD4J graph capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Axis
Abstract base class for graph axes in RRD graphs.
|
(package private) class |
CommentText
Represents comment text elements in RRD graphs.
|
(package private) class |
LegendComposer
Handles legend composition and layout for RRD graphs.
|
(package private) class |
LegendText
Represents legend text elements in RRD graphs.
|
(package private) class |
PrintText
Represents printable text elements in RRD graphs.
|
class |
RrdGraph
Class which actually creates Rrd4j graphs (does the hard work).
|
class |
RrdGraphDef
Class which should be used to define new Rrd4j graph.
|
(package private) class |
TimeAxis
Represents the time axis (x-axis) in RRD graphs.
|
(package private) class |
ValueAxis
Represents value axis (y-axis) in RRD graphs.
|
(package private) class |
ValueAxisLogarithmic
Represents logarithmic value axis (y-axis) in RRD graphs.
|
(package private) class |
ValueAxisMrtg
Represents MRTG-style value axis (y-axis) in RRD graphs.
|