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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

NumbergetEndValue(int series, int category)
Returns the end value for the interval for a given series and category.
NumbergetEndValue(Comparable series, Comparable category)
Returns the end value for the interval for a given series and category.
NumbergetStartValue(int series, int category)
Returns the start value for the interval for a given series and category.
NumbergetStartValue(Comparable series, Comparable category)
Returns the start value for the interval for a given series and category.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value associated with the specified keys.