|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrobin.demo.Demo
public class Demo
Simple demo just to check that everything is OK with this library. Creates two files in your $HOME/jrobin-demo directory: demo.rrd and demo.png.
Constructor Summary | |
---|---|
Demo()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
To start the demo, use the following command: |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Demo()
Method Detail |
---|
public static void main(java.lang.String[] args) throws RrdException, java.io.IOException
To start the demo, use the following command:
java -cp jrobin-{version}.jar org.jrobin.demo.Demo
args
- the name of the backend factory to use (optional)
RrdException
- Thrown in case of JRobin specific error
java.io.IOException
- Thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |