Class Summary |
ChartPanel |
JPanel containing a generated JRobin graph. |
CubicSplineInterpolator |
Class used to interpolate datasource values from the collection of (timestamp, values)
points using natural cubic spline interpolation. |
ExportData |
ExportData represents a reduced dataset that is the result of a JRobin rrd export. |
FetchSourceList |
A FetchSourceList represents a number of RRD datasources,
to be used with RrdGraphDef for Graph generation. |
LinearInterpolator |
Class used to interpolate datasource values from the collection of (timestamp, values)
points. |
Plottable |
Interface to be used for custom datasources. |
RrdExport |
RrdExport can be used to export graph-like datasources to XML format,
by means of the ExportData object. |
RrdExportDef |
Class used to collect information for a JRobin export. |
RrdExportDefTemplate |
Class used to create a RrdExportDef (export) object
from a single XML template. |
RrdGraph |
Class to represent JRobin graphs. |
RrdGraphDef |
Class used to collect information for a JRobin graph. |
RrdGraphDefTemplate |
Class used to create an arbitrary number of RrdGraphDef (graph definition) objects
from a single XML template. |
RrdtoolGraph |
Created by IntelliJ IDEA. |
TimeAxisLabel |
Represents the TimeAxis label used in the graph. |
TimeAxisUnit |
Class used to determine the chart grid shown on the X (time) axis. |
TimeText |
Comment object containing a formatted timestamp (current time of timestamp given). |