|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.rrd.jrobin.JRobinRrdGraphDetails
public class JRobinRrdGraphDetails
Container for details from a JRobin RRD graph. Stores the same details as RrdGraphDetails, in addition to the JRobin RrdGraph object itself and the graph command String used to generate the graph. We keep the graph command string around so we can generate a detailed error if getInputStream() is called, but no graph was produced.
| Constructor Summary | |
|---|---|
JRobinRrdGraphDetails(org.jrobin.graph.RrdGraph rrdGraph,
String graphCommand)
Constructor for JRobinRrdGraphDetails. |
|
| Method Summary | |
|---|---|
String |
getGraphCommand()
getGraphCommand |
int |
getHeight()
getHeight |
InputStream |
getInputStream()
getInputStream |
String[] |
getPrintLines()
getPrintLines |
org.jrobin.graph.RrdGraph |
getRrdGraph()
getRrdGraph |
int |
getWidth()
getWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRobinRrdGraphDetails(org.jrobin.graph.RrdGraph rrdGraph,
String graphCommand)
Constructor for JRobinRrdGraphDetails.
rrdGraph - a RrdGraph object.graphCommand - a String object.| Method Detail |
|---|
public org.jrobin.graph.RrdGraph getRrdGraph()
getRrdGraph
RrdGraph object.public String getGraphCommand()
getGraphCommand
String object.
public InputStream getInputStream()
throws RrdException
getInputStream
getInputStream in interface RrdGraphDetailsInputStream object.
RrdException - if any.public String[] getPrintLines()
getPrintLines
getPrintLines in interface RrdGraphDetailsString objects.
public int getHeight()
throws RrdException
getHeight
getHeight in interface RrdGraphDetailsRrdException - 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 | |||||||||