| java.lang.Object | |
| ↳ | org.jfree.data.xy.XYCoordinate |
Represents an (x, y) coordinate.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new coordinate for the point (0.0, 0.0).
| |||||||||||
Creates a new coordinate for the point (x, y).
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares this instance against an arbitrary object.
| |||||||||||
Tests this coordinate for equality with an arbitrary object.
| |||||||||||
Returns the x-coordinate.
| |||||||||||
Returns the y-coordinate.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Returns a string representation of this instance, primarily for
debugging purposes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Creates a new coordinate for the point (0.0, 0.0).
Creates a new coordinate for the point (x, y).
| x | the x-coordinate. |
|---|---|
| y | the y-coordinate. |
Compares this instance against an arbitrary object.
| obj | the object (null not permitted). |
|---|
Tests this coordinate for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the x-coordinate.
Returns the y-coordinate.
Returns a hash code for this instance.
Returns a string representation of this instance, primarily for debugging purposes.