org.jfree.data.xy
public class VectorDataItem extends ComparableObjectItem
Since: 1.0.6
| Constructor Summary | |
|---|---|
| VectorDataItem(double x, double y, double deltaX, double deltaY)
Creates a new instance of YIntervalItem.
| |
| Method Summary | |
|---|---|
| Vector | getVector()
Returns the vector.
|
| double | getVectorX()
Returns the x-component for the vector.
|
| double | getVectorY()
Returns the y-component for the vector.
|
| double | getXValue()
Returns the x-value.
|
| double | getYValue()
Returns the y-value.
|
YIntervalItem.
Parameters: x the x-value. y the y-value. deltaX the vector x. deltaY the vector y.
Returns: The vector (possibly null).
Returns: The x-component.
Returns: The y-component.
Returns: The x-value (never null).
Returns: The y-value.