| java.lang.Object | |
| ↳ | org.jfree.data.xy.Vector |
A vector.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
Vector. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this vector for equality with an arbitrary object.
| |||||||||||
Returns the angle of the vector.
| |||||||||||
Returns the length of the vector.
| |||||||||||
Returns the x-value.
| |||||||||||
Returns the y-value.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance of Vector.
| x | the x-component. |
|---|---|
| y | the y-component. |
Tests this vector for equality with an arbitrary object.
| obj | the object (null not permitted). |
|---|
Returns the angle of the vector.
Returns the length of the vector.
Returns the x-value.
Returns the y-value.
Returns a hash code for this instance.