public class VectorDataItem extends ComparableObjectItem
VectorSeries
class.Constructor and Description |
---|
VectorDataItem(double x,
double y,
double deltaX,
double deltaY)
Creates a new instance of
VectorDataItem . |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, compareTo, equals, hashCode
public VectorDataItem(double x, double y, double deltaX, double deltaY)
VectorDataItem
.x
- the x-value.y
- the y-value.deltaX
- the vector x.deltaY
- the vector y.public double getXValue()
null
).public double getYValue()
public Vector getVector()
null
).public double getVectorX()
public double getVectorY()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics