public interface

IntervalXYZDataset

implements XYZDataset
org.jfree.data.xy.IntervalXYZDataset

Class Overview

An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.

Summary

Public Methods
abstract Number getEndXValue(int series, int item)
Returns the ending X value for the specified series and item.
abstract Number getEndYValue(int series, int item)
Returns the ending Y value for the specified series and item.
abstract Number getEndZValue(int series, int item)
Returns the ending Z value for the specified series and item.
abstract Number getStartXValue(int series, int item)
Returns the starting X value for the specified series and item.
abstract Number getStartYValue(int series, int item)
Returns the starting Y value for the specified series and item.
abstract Number getStartZValue(int series, int item)
Returns the starting Z value for the specified series and item.
[Expand]
Inherited Methods
From interface org.jfree.data.general.Dataset
From interface org.jfree.data.general.SeriesDataset
From interface org.jfree.data.xy.XYDataset
From interface org.jfree.data.xy.XYZDataset

Public Methods

public abstract Number getEndXValue (int series, int item)

Returns the ending X value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The ending X value for the specified series and item.

public abstract Number getEndYValue (int series, int item)

Returns the ending Y value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The ending Y value for the specified series and item.

public abstract Number getEndZValue (int series, int item)

Returns the ending Z value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The ending Z value for the specified series and item.

public abstract Number getStartXValue (int series, int item)

Returns the starting X value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The starting X value for the specified series and item.

public abstract Number getStartYValue (int series, int item)

Returns the starting Y value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The starting Y value for the specified series and item.

public abstract Number getStartZValue (int series, int item)

Returns the starting Z value for the specified series and item.

Parameters
series the series (zero-based index).
item the item within a series (zero-based index).
Returns
  • The starting Z value for the specified series and item.