Class Interval


  • public class Interval
    extends Point
    Represents value data for interval chart views.
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getWidth()  
      void setWidth​(float newWidth)
      Set the data value.
      • Methods inherited from class java.lang.Object

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

      • Interval

        public Interval()
    • Method Detail

      • getWidth

        public float getWidth()
        Returns:
        The data value.
      • setWidth

        public void setWidth​(float newWidth)
        Set the data value.
        Parameters:
        newWidth - The new data value.