org.jfree.chart.util
public final class XYCoordinateType extends Object implements Serializable
Since: 1.0.11
| Field Summary | |
|---|---|
| static XYCoordinateType | DATA The (x, y) coordinates represent a point in the data space. |
| static XYCoordinateType | INDEX
The (x, y) coordinates represent indices in a dataset.
|
| static XYCoordinateType | RELATIVE
The (x, y) coordinates represent a relative position in the data space.
|
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: obj the other object.
Returns: A boolean.
Returns: The string.