Class NumberAxis

  • All Implemented Interfaces:
    Axis

    public class NumberAxis
    extends java.lang.Object
    implements Axis
    A specification of the number axis, providing specific implementations.
    Author:
    Christian Fries
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberAxis()  
      NumberAxis​(java.lang.String label, java.lang.Double min, java.lang.Double max)  
      NumberAxis​(java.lang.String label, java.lang.Double min, java.lang.Double max, java.text.NumberFormat numberFormat)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jfree.chart.axis.NumberAxis getImplementationJFree()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberAxis

        public NumberAxis​(java.lang.String label,
                          java.lang.Double min,
                          java.lang.Double max,
                          java.text.NumberFormat numberFormat)
      • NumberAxis

        public NumberAxis​(java.lang.String label,
                          java.lang.Double min,
                          java.lang.Double max)
      • NumberAxis

        public NumberAxis()
    • Method Detail

      • getImplementationJFree

        public org.jfree.chart.axis.NumberAxis getImplementationJFree()