Package org.opennms.netmgt.rrd.rrdtool
Class JniGraphDetails
- java.lang.Object
 - 
- org.opennms.netmgt.rrd.rrdtool.JniGraphDetails
 
 
- 
- All Implemented Interfaces:
 RrdGraphDetails
public class JniGraphDetails extends java.lang.Object implements RrdGraphDetails
JniGraphDetails class.
- Version:
 - $Id: $
 - Author:
 - Alejandro Galue
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JniGraphDetails(int height, int width, java.lang.String[] lines, java.io.InputStream stream)Constructor for JniGraphDetails. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()getHeightjava.io.InputStreamgetInputStream()getInputStreamjava.lang.String[]getPrintLines()getPrintLinesintgetWidth()getWidth 
 - 
 
- 
- 
Method Detail
- 
getHeight
public int getHeight() throws RrdExceptiongetHeight
- Specified by:
 getHeightin interfaceRrdGraphDetails- Returns:
 - a int.
 - Throws:
 RrdException- if any.
 
- 
getInputStream
public java.io.InputStream getInputStream() throws RrdExceptiongetInputStream
- Specified by:
 getInputStreamin interfaceRrdGraphDetails- Returns:
 - a 
InputStreamobject. - Throws:
 RrdException- if any.
 
- 
getPrintLines
public java.lang.String[] getPrintLines() throws RrdExceptiongetPrintLines
- Specified by:
 getPrintLinesin interfaceRrdGraphDetails- Returns:
 - an array of 
Stringobjects. - Throws:
 RrdException- if any.
 
- 
getWidth
public int getWidth() throws RrdExceptiongetWidth
- Specified by:
 getWidthin interfaceRrdGraphDetails- Returns:
 - a int.
 - Throws:
 RrdException- if any.
 
 - 
 
 -