public final class

XYCoordinateType

extends Object
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.util.XYCoordinateType

Class Overview

Represents several possible interpretations for an (x, y) coordinate.

Summary

Fields
public static final XYCoordinateType DATA The (x, y) coordinates represent a point in the data space.
public static final XYCoordinateType INDEX The (x, y) coordinates represent indices in a dataset.
public static final XYCoordinateType RELATIVE The (x, y) coordinates represent a relative position in the data space.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final XYCoordinateType DATA

The (x, y) coordinates represent a point in the data space.

public static final XYCoordinateType INDEX

The (x, y) coordinates represent indices in a dataset. In this case, the values should be in the range (0.0 to 1.0).

public static final XYCoordinateType RELATIVE

The (x, y) coordinates represent a relative position in the data space. In this case, the values should be in the range (0.0 to 1.0).

Public Methods

public boolean equals (Object obj)

Returns true if this object is equal to the specified object, and false otherwise.

Parameters
obj the other object.
Returns
  • A boolean.

public String toString ()

Returns a string representing the object.

Returns
  • The string.