Class RrdGraph

java.lang.Object
org.rrd4j.graph.RrdGraph
All Implemented Interfaces:
RrdGraphConstants

public class RrdGraph extends Object implements RrdGraphConstants
Class which actually creates Rrd4j graphs (does the hard work).
  • Field Details

  • Constructor Details

  • Method Details

    • getRrdGraphInfo

      public RrdGraphInfo getRrdGraphInfo()
      Returns complete graph information in a single object.
      Returns:
      Graph information (width, height, filename, image bytes, etc...)
    • getFontHeight

      double getFontHeight(RrdGraphConstants.FontTag fonttag)
    • getFontCharWidth

      double getFontCharWidth(RrdGraphConstants.FontTag fonttag)
    • getSmallFontHeight

      @Deprecated double getSmallFontHeight()
      Deprecated.
    • getTitleFontHeight

      double getTitleFontHeight()
    • getInterlegendSpace

      double getInterlegendSpace()
    • getLeading

      double getLeading()
    • getSmallLeading

      double getSmallLeading()
    • getBoxSpace

      double getBoxSpace()
    • render

      public void render(Graphics g)
      Renders this graph onto graphing device
      Parameters:
      g - Graphics handle