Save This Page
Home » jcommon-1.0.13 » org.jfree » data » xy » [javadoc | source]
org.jfree.data.xy
public interface: IntervalXYZDataset [javadoc | source]

All Implemented Interfaces:
    XYZDataset

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.
Method from org.jfree.data.xy.IntervalXYZDataset Summary:
getEndXValue,   getEndYValue,   getEndZValue,   getStartXValue,   getStartYValue,   getStartZValue
Method from org.jfree.data.xy.IntervalXYZDataset Detail:
 public Number getEndXValue(int series,
    int item)
    Returns the ending X value for the specified series and item.
 public Number getEndYValue(int series,
    int item)
    Returns the ending Y value for the specified series and item.
 public Number getEndZValue(int series,
    int item)
    Returns the ending Z value for the specified series and item.
 public Number getStartXValue(int series,
    int item)
    Returns the starting X value for the specified series and item.
 public Number getStartYValue(int series,
    int item)
    Returns the starting Y value for the specified series and item.
 public Number getStartZValue(int series,
    int item)
    Returns the starting Z value for the specified series and item.