public class RrdGraphInfo extends Object
RrdGraph.getRrdGraphInfo().| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
bytes |
(package private) String |
filename |
(package private) int |
height |
(package private) String |
imgInfo |
(package private) int |
width |
| Constructor and Description |
|---|
RrdGraphInfo() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addPrintLine(String printLine) |
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
RrdGraphDef.setImageInfo(String) method |
String[] |
getPrintLines()
Returns PRINT lines requested by
RrdGraphDef.print(String, String, String) method. |
int |
getWidth()
Returns total graph width
|
String filename
int width
int height
byte[] bytes
String imgInfo
void addPrintLine(String printLine)
public String getFilename()
public int getWidth()
public int getHeight()
public byte[] getBytes()
public String[] getPrintLines()
RrdGraphDef.print(String, String, String) method.public String getImgInfo()
RrdGraphDef.setImageInfo(String) methodpublic int getByteCount()
public String dump()