org.rrd4j.graph
Class RrdGraphInfo

java.lang.Object
  extended by org.rrd4j.graph.RrdGraphInfo

public class RrdGraphInfo
extends Object

Class to represent successfully created Rrd4j 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, org.rrd4j.ConsolFun, 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

getFilename

public String getFilename()
Returns filename of the graph

Returns:
filename of the graph. '-' denotes in-memory graph (no file created)

getWidth

public int getWidth()
Returns total graph width

Returns:
total graph width

getHeight

public int getHeight()
Returns total graph height

Returns:
total graph height

getBytes

public byte[] getBytes()
Returns graph bytes

Returns:
Graph bytes

getPrintLines

public String[] getPrintLines()
Returns PRINT lines requested by RrdGraphDef.print(String, org.rrd4j.ConsolFun, String) method.

Returns:
An array of formatted PRINT lines

getImgInfo

public String getImgInfo()
Returns image information requested by RrdGraphDef.setImageInfo(String) method

Returns:
Image information

getByteCount

public int getByteCount()
Returns the number of bytes in the graph file

Returns:
Length of the graph file

dump

public String dump()
Dumps complete graph information. Useful for debugging purposes.

Returns:
String containing complete graph information


Copyright © 2011. All Rights Reserved.