org.jfree.data.xy
public interface VectorXYDataset extends XYDataset
Since: 1.0.6
Method Summary | |
---|---|
Vector | getVector(int series, int item)
Returns the vector for an item in a series. |
double | getVectorXValue(int series, int item)
Returns the x-component of the vector for an item in a series.
|
double | getVectorYValue(int series, int item)
Returns the y-component of the vector for an item in a series.
|
Parameters: series the series index. item the item index.
Returns: The vector (possibly null
).
Parameters: series the series index. item the item index.
Returns: The x-component of the vector.
Parameters: series the series index. item the item index.
Returns: The y-component of the vector.