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

Interface XYRangeInfo

  • All Known Implementing Classes:
    TimeSeriesCollection


    public interface XYRangeInfo
    An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.
    Since:
    1.0.13
    • Method Detail

      • getRangeBounds

        Range getRangeBounds(java.util.List visibleSeriesKeys,
                             Range xRange,
                             boolean includeInterval)
        Returns the range of the values in this dataset's range.
        Parameters:
        visibleSeriesKeys - the keys of the visible series.
        xRange - the x-range (null not permitted).
        includeInterval - a flag that determines whether or not the y-interval is taken into account.
        Returns:
        The range (or null if the dataset contains no values).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.