|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.graph.RrdGraphInfo
public class RrdGraphInfo
Class to represent successfully created JRobin graph. Objects of this class are created by method
RrdGraph.getRrdGraphInfo().
| 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 RrdGraphDef.setImageInfo(String) method |
String[] |
getPrintLines()
Returns PRINT lines requested by RrdGraphDef.print(String, String, String) method. |
int |
getWidth()
Returns total graph width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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) method
public int getByteCount()
public String dump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||