|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface RrdGraphDetails
Container for details from an RRD graph. Stores the graph image (if any) and details relating to the graph.
| 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. |
| Method Detail |
|---|
InputStream getInputStream()
throws RrdException
RrdException - if there is an error getting an input stream for
the graph, such as if no graph image was created
String[] getPrintLines()
throws RrdException
RrdException - if there is an error getting the PRINT lines
int getHeight()
throws RrdException
RrdException - if no graph image was produced or if there is an
error getting the height
int getWidth()
throws RrdException
RrdException - if no graph image was produced or if there is an
error getting the height
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||