org.jrobin.graph
public class RrdGraphInfo extends Object
Method Summary | |
---|---|
String | dump()
Dumps complete graph information. |
int | getByteCount()
Returns the number of bytes in the graph file
|
byte[] | getBytes()
Returns graph bytes
|
String | getFilename()
Returns filename of the graph
|
int | getHeight()
Returns total graph height
|
String | getImgInfo()
Returns image information requested by setImageInfo method
|
String[] | getPrintLines()
Returns PRINT lines requested by RrdGraphDef method.
|
int | getWidth()
Returns total graph width
|
Returns: String containing complete graph information
Returns: Length of the graph file
Returns: Graph bytes
Returns: filename of the graph. '-' denotes in-memory graph (no file created)
Returns: total graph height
Returns: Image information
Returns: An array of formatted PRINT lines
Returns: total graph width