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 int
getHeight()
getHeightjava.io.InputStream
getInputStream()
getInputStreamjava.lang.String[]
getPrintLines()
getPrintLinesint
getWidth()
getWidth
-
-
-
Method Detail
-
getHeight
public int getHeight() throws RrdException
getHeight
- Specified by:
getHeight
in interfaceRrdGraphDetails
- Returns:
- a int.
- Throws:
RrdException
- if any.
-
getInputStream
public java.io.InputStream getInputStream() throws RrdException
getInputStream
- Specified by:
getInputStream
in interfaceRrdGraphDetails
- Returns:
- a
InputStream
object. - Throws:
RrdException
- if any.
-
getPrintLines
public java.lang.String[] getPrintLines() throws RrdException
getPrintLines
- Specified by:
getPrintLines
in interfaceRrdGraphDetails
- Returns:
- an array of
String
objects. - Throws:
RrdException
- if any.
-
getWidth
public int getWidth() throws RrdException
getWidth
- Specified by:
getWidth
in interfaceRrdGraphDetails
- Returns:
- a int.
- Throws:
RrdException
- if any.
-
-