Class VectorDataItem
java.lang.Object
org.jfree.data.ComparableObjectItem
org.jfree.data.xy.VectorDataItem
- All Implemented Interfaces:
Serializable,Cloneable,Comparable
A data item representing data in the form (x, y, deltaX, deltaY), intended
for use by the
VectorSeries class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVectorDataItem(double x, double y, double deltaX, double deltaY) Creates a newVectorDataIteminstance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the vector.doubleReturns the x-component for the vector.doubleReturns the y-component for the vector.doubleReturns the x-value.doubleReturns the y-value.Methods inherited from class org.jfree.data.ComparableObjectItem
clone, compareTo, equals, getComparable, getObject, hashCode, setObject
-
Constructor Details
-
VectorDataItem
Creates a newVectorDataIteminstance.- Parameters:
x- the x-value.y- the y-value.deltaX- the vector x.deltaY- the vector y.
-
-
Method Details
-
getXValue
-
getYValue
-
getVector
-
getVectorX
-
getVectorY
-