Class RrdGraph

    • Method Detail

      • getRrdGraphInfo

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

        double getFontHeight​(int fonttag)
      • getFontCharWidth

        double getFontCharWidth​(int fonttag)
      • getSmallFontHeight

        double getSmallFontHeight()
      • getInterlegendSpace

        double getInterlegendSpace()
      • getLeading

        double getLeading()
      • getSmallLeading

        double getSmallLeading()
      • getBoxSpace

        double getBoxSpace()
      • xtr

        double[] xtr​(long[] timestamps)
      • ytr

        double[] ytr​(double[] values)
      • render

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