org.rrd4j.demo
Class Demo

java.lang.Object
  extended by org.rrd4j.demo.Demo

public class Demo
extends Object

Simple demo just to check that everything is OK with this library. Creates two files in your $HOME/rrd4j-demo directory: demo.rrd and demo.png.


Constructor Summary
Demo()
           
 
Method Summary
static void main(String[] args)
          To start the demo, use the following command: java -cp rrd4j-{version}.jar org.rrd4j.demo.Demo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo

public Demo()
Method Detail

main

public static void main(String[] args)
                 throws IOException

To start the demo, use the following command:

 java -cp rrd4j-{version}.jar org.rrd4j.demo.Demo
 

Parameters:
args - the name of the backend factory to use (optional)
Throws:
IOException - Thrown


Copyright © 2011. All Rights Reserved.