java.lang.Object | |
↳ | org.rrd4j.graph.RrdGraph |
Class which actually creates Rrd4j graphs (does the hard work).
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates graph from the corresponding
RrdGraphDef object. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns complete graph information in a single object.
| |||||||||||
Renders this graph onto graphing device
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates graph from the corresponding RrdGraphDef
object.
gdef | Graph definition |
---|
IOException | Thrown in case of I/O error |
---|
Returns complete graph information in a single object.
Renders this graph onto graphing device
g | Graphics handle |
---|