java.lang.Object | ||
↳ | org.jfree.data.ComparableObjectItem | |
↳ | org.jfree.data.xy.VectorDataItem |
A data item representing data in the form (x, y, deltaX, deltaY), intended
for use by the VectorSeries
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
YIntervalItem . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the vector.
| |||||||||||
Returns the x-component for the vector.
| |||||||||||
Returns the y-component for the vector.
| |||||||||||
Returns the x-value.
| |||||||||||
Returns the y-value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of YIntervalItem
.
x | the x-value. |
---|---|
y | the y-value. |
deltaX | the vector x. |
deltaY | the vector y. |
Returns the x-component for the vector.
Returns the y-component for the vector.
Returns the x-value.
null
).
Returns the y-value.