| Package | Description |
|---|---|
| org.rrd4j.graph |
RRD4J graph capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BufferedImageWorker
Image worker implementation that creates buffered images for RRD graphs.
|
class |
SVGImageWorker
I2P adapter for jfreesvg.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ImageWorker |
RrdGraphGenerator.worker |
| Constructor and Description |
|---|
RrdGraph(RrdGraphDef gdef,
ImageWorker worker)
Create graph from a custom image worker
|
RrdGraphGenerator(RrdGraphDef gdef,
ImageWorker worker,
DataProcessor dproc) |
TimeAxis(RrdGraph rrdGraph,
ImageWorker worker)
Used for tests
|
ValueAxis(RrdGraph rrdGraph,
ImageWorker worker)
Used for tests
|
ValueAxisLogarithmic(RrdGraphGenerator rrdGraph,
ImageWorker worker,
Locale locale) |
ValueAxisLogarithmic(RrdGraph rrdGraph,
ImageWorker worker,
Locale locale)
Used for tests
|
ValueAxisMrtg(RrdGraph rrdGraph,
ImageWorker worker)
Used for tests
|