org.opennms.netmgt.rrd.rrdtool
Class JniGraphDetails
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JniGraphDetails
public JniGraphDetails(int height,
int width,
String[] lines,
InputStream stream)
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.