| Package | Description |
|---|---|
| org.jrobin.graph |
JRobin graph capabilities.
|
| Modifier and Type | Field | Description |
|---|---|---|
(package private) RrdGraphDef |
RrdGraph.gdef |
| Modifier and Type | Method | Description |
|---|---|---|
RrdGraphDef |
RrdGraphDefTemplate.getRrdGraphDef() |
Creates RrdGraphDef object which can be used to create RrdGraph
object (actual JRobin graphs).
|
| Constructor | Description |
|---|---|
Mapper(RrdGraphDef gdef,
ImageParameters im) |
|
RrdGraph(RrdGraphDef gdef) |
Creates graph from the corresponding
RrdGraphDef object. |
ValueAxis(ImageParameters im,
ImageWorker worker,
RrdGraphDef gdef,
Mapper mapper) |