|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.rrd.rrdtool.JniGraphDetails
public class JniGraphDetails
JniGraphDetails class.
| Constructor Summary | |
|---|---|
JniGraphDetails(int height,
int width,
String[] lines,
InputStream stream)
Constructor for JniGraphDetails. |
|
| Method Summary | |
|---|---|
int |
getHeight()
getHeight |
InputStream |
getInputStream()
getInputStream |
String[] |
getPrintLines()
getPrintLines |
int |
getWidth()
getWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JniGraphDetails(int height,
int width,
String[] lines,
InputStream stream)
Constructor for JniGraphDetails.
height - a int.width - a int.lines - an array of String objects.stream - a InputStream object.| Method Detail |
|---|
public int getHeight()
throws RrdException
getHeight
getHeight in interface RrdGraphDetailsRrdException - if any.
public InputStream getInputStream()
throws RrdException
getInputStream
getInputStream in interface RrdGraphDetailsInputStream object.
RrdException - if any.
public String[] getPrintLines()
throws RrdException
getPrintLines
getPrintLines in interface RrdGraphDetailsString objects.
RrdException - if any.
public int getWidth()
throws RrdException
getWidth
getWidth in interface RrdGraphDetailsRrdException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||