|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opennms.netmgt.rrd.DefaultRrdGraphDetails
public class DefaultRrdGraphDetails
Simple RrdGraphDetails implementation.
| Constructor Summary | |
|---|---|
DefaultRrdGraphDetails()
|
|
| Method Summary | |
|---|---|
int |
getHeight()
Gets the height of the PNG image. |
InputStream |
getInputStream()
Gets the PNG image representing the graph. |
String[] |
getPrintLines()
Gets the PRINT lines associated with the graph command. |
int |
getWidth()
Gets the width of the PNG image. |
void |
setHeight(int height)
|
void |
setInputStream(InputStream inputStream)
|
void |
setPrintLines(String[] printLines)
|
void |
setWidth(int width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRrdGraphDetails()
| Method Detail |
|---|
public int getHeight()
RrdGraphDetails
getHeight in interface RrdGraphDetailspublic void setHeight(int height)
public InputStream getInputStream()
RrdGraphDetails
getInputStream in interface RrdGraphDetailspublic void setInputStream(InputStream inputStream)
public String[] getPrintLines()
RrdGraphDetails
getPrintLines in interface RrdGraphDetailspublic void setPrintLines(String[] printLines)
public int getWidth()
RrdGraphDetails
getWidth in interface RrdGraphDetailspublic void setWidth(int width)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||