org.jfree.chart
Class MarkerLabelPosition

java.lang.Object
  extended byorg.jfree.chart.MarkerLabelPosition
All Implemented Interfaces:
java.io.Serializable

public class MarkerLabelPosition
extends java.lang.Object
implements java.io.Serializable

Used to indicate the position of a label relative to a marker.

Author:
David Gilbert
See Also:
Serialized Form

Field Summary
static MarkerLabelPosition BOTTOM_LEFT
          Bottom/left.
static MarkerLabelPosition BOTTOM_RIGHT
          Bottom/right.
static MarkerLabelPosition TOP_LEFT
          Top/left.
static MarkerLabelPosition TOP_RIGHT
          Top/right.
 
Method Summary
 boolean equals(java.lang.Object o)
          Returns true if this object is equal to the specified object, and false otherwise.
 java.lang.String toString()
          Returns a string representing the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP_LEFT

public static final MarkerLabelPosition TOP_LEFT
Top/left.


TOP_RIGHT

public static final MarkerLabelPosition TOP_RIGHT
Top/right.


BOTTOM_LEFT

public static final MarkerLabelPosition BOTTOM_LEFT
Bottom/left.


BOTTOM_RIGHT

public static final MarkerLabelPosition BOTTOM_RIGHT
Bottom/right.

Method Detail

toString

public java.lang.String toString()
Returns a string representing the object.

Returns:
The string.

equals

public boolean equals(java.lang.Object o)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters:
o - the other object.
Returns:
A boolean.