Java org.jfree.data RangeInfo fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data RangeInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data RangeInfo.

The text is from its open source code.

Implementation

org.jfree.data.RangeInfo has the following implementations.
Click this link to see all its implementation.

Method

RangegetRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
doublegetRangeLowerBound(boolean includeInterval)
Returns the minimum y-value in the dataset.
doublegetRangeUpperBound(boolean includeInterval)
Returns the maximum y-value in the dataset.