org.opennms.netmgt.rrd.rrdtool
Class JniGraphDetails

java.lang.Object
  extended by org.opennms.netmgt.rrd.rrdtool.JniGraphDetails
All Implemented Interfaces:
org.opennms.netmgt.rrd.RrdGraphDetails

public class JniGraphDetails
extends Object
implements org.opennms.netmgt.rrd.RrdGraphDetails


Constructor Summary
JniGraphDetails(int height, int width, String[] lines, InputStream stream)
           
 
Method Summary
 int getHeight()
           
 InputStream getInputStream()
           
 String[] getPrintLines()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JniGraphDetails

public JniGraphDetails(int height,
                       int width,
                       String[] lines,
                       InputStream stream)
Method Detail

getHeight

public int getHeight()
              throws org.opennms.netmgt.rrd.RrdException
Specified by:
getHeight in interface org.opennms.netmgt.rrd.RrdGraphDetails
Throws:
org.opennms.netmgt.rrd.RrdException

getInputStream

public InputStream getInputStream()
                           throws org.opennms.netmgt.rrd.RrdException
Specified by:
getInputStream in interface org.opennms.netmgt.rrd.RrdGraphDetails
Throws:
org.opennms.netmgt.rrd.RrdException

getPrintLines

public String[] getPrintLines()
                       throws org.opennms.netmgt.rrd.RrdException
Specified by:
getPrintLines in interface org.opennms.netmgt.rrd.RrdGraphDetails
Throws:
org.opennms.netmgt.rrd.RrdException

getWidth

public int getWidth()
             throws org.opennms.netmgt.rrd.RrdException
Specified by:
getWidth in interface org.opennms.netmgt.rrd.RrdGraphDetails
Throws:
org.opennms.netmgt.rrd.RrdException


Copyright ? 2007. All Rights Reserved.