Documentation of 'org.jfree.data.xy.YIntervalDataItem' Java class
YIntervalDataItem
org.jfree.data.xy

Class YIntervalDataItem

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable


    public class YIntervalDataItem
    extends ComparableObjectItem
    An item representing data in the form (x, y, y-low, y-high).
    Since:
    1.0.3
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      YIntervalDataItem(double x, double y, double yLow, double yHigh)
      Creates a new instance of YIntervalItem.
    • Constructor Detail

      • YIntervalDataItem

        public YIntervalDataItem(double x,
                                 double y,
                                 double yLow,
                                 double yHigh)
        Creates a new instance of YIntervalItem.
        Parameters:
        x - the x-value.
        y - the y-value.
        yLow - the lower bound of the y-interval.
        yHigh - the upper bound of the y-interval.
    • Method Detail

      • getX

        public java.lang.Double getX()
        Returns the x-value.
        Returns:
        The x-value (never null).
      • getYValue

        public double getYValue()
        Returns the y-value.
        Returns:
        The y-value.
      • getYLowValue

        public double getYLowValue()
        Returns the lower bound of the y-interval.
        Returns:
        The lower bound of the y-interval.
      • getYHighValue

        public double getYHighValue()
        Returns the upper bound of the y-interval.
        Returns:
        The upper bound of the y-interval.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.