Package | Description |
---|---|
net.i2p.rrd4j |
SVG renderer and adapter for rrd4j.
|
org.rrd4j.graph |
RRD4J graph capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSVGImageWorker
rrd4j adapter for SimpleSVGGraphics2D
Requires: rrd4j 3.10 or higher
Ref: https://github.com/rrd4j/rrd4j/issues/165
Usage:
No ImageIO/BufferedImage/ImageWriter required!
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BufferedImageWorker |
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
|