public interface RrdGraphDetails
Modifier and Type | Method and Description |
---|---|
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.
|
InputStream getInputStream() throws RrdException
RrdException
- if there is an error getting an input stream for
the graph, such as if no graph image was createdString[] getPrintLines() throws RrdException
RrdException
- if there is an error getting the PRINT linesint getHeight() throws RrdException
RrdException
- if no graph image was produced or if there is an
error getting the heightint getWidth() throws RrdException
RrdException
- if no graph image was produced or if there is an
error getting the heightCopyright © 2021. All rights reserved.