Class SimpleGraph


  • public class SimpleGraph
    extends java.lang.Object
    • Constructor Detail

      • SimpleGraph

        public SimpleGraph()
    • Method Detail

      • getRow

        public SimpleGraph.DataRow getRow​(java.lang.String scaleLabel,
                                          java.lang.String label)
      • getT

        public double getT()
        Returns:
        Time in Milliseconds since the first call on this instance. System.nanoTime() based. Guaranteed to be monotone and unique.
      • getRelativePaddingLeft

        public double getRelativePaddingLeft()
      • setRelativePaddingLeft

        public void setRelativePaddingLeft​(double relativePaddingLeft)
      • getRelativePaddingRight

        public double getRelativePaddingRight()
      • setRelativePaddingRight

        public void setRelativePaddingRight​(double relativePaddingRight)
      • isLogarithmic

        public boolean isLogarithmic()
      • setLogarithmic

        public void setLogarithmic​(boolean logarithmic)
      • graphX

        public double graphX​(double x)
      • displayX

        public java.lang.Double displayX​(java.lang.Double x)
      • getDefaultGridColor

        public static java.awt.Color getDefaultGridColor()