|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrobin.graph.RrdGraph
public class RrdGraph
Class which actually creates JRobin graphs (does the hard work).
Field Summary |
---|
Constructor Summary | |
---|---|
RrdGraph(RrdGraphDef gdef)
Creates graph from the corresponding RrdGraphDef object. |
Method Summary | |
---|---|
RrdGraphInfo |
getRrdGraphInfo()
Returns complete graph information in a single object. |
void |
render(java.awt.Graphics g)
Renders this graph onto graphing device |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RrdGraph(RrdGraphDef gdef) throws java.io.IOException, RrdException
RrdGraphDef
object.
gdef
- Graph definition
java.io.IOException
- Thrown in case of I/O error
RrdException
- Thrown in case of JRobin related errorMethod Detail |
---|
public RrdGraphInfo getRrdGraphInfo()
public void render(java.awt.Graphics g)
g
- Graphics handle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |