org.jfree.ui
Class BoundsAnchor

java.lang.Object
  extended byorg.jfree.ui.BoundsAnchor
All Implemented Interfaces:
java.io.Serializable

Deprecated. No longer required (see also RectangleAnchor).

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

Used to indicate the position of an anchor point for a bounding rectangle.

Author:
David Gilbert
See Also:
Serialized Form

Field Summary
static BoundsAnchor BOTTOM_CENTER
          Deprecated. Bottom/center.
static BoundsAnchor BOTTOM_LEFT
          Deprecated. Bottom/left.
static BoundsAnchor BOTTOM_RIGHT
          Deprecated. Bottom/right.
static BoundsAnchor CENTER
          Deprecated. Middle/center.
static BoundsAnchor MIDDLE_LEFT
          Deprecated. Middle/left.
static BoundsAnchor MIDDLE_RIGHT
          Deprecated. Middle/right.
static BoundsAnchor TOP_CENTER
          Deprecated. Top/center.
static BoundsAnchor TOP_LEFT
          Deprecated. Top/left.
static BoundsAnchor TOP_RIGHT
          Deprecated. Top/right.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated. Returns true if this object is equal to the specified object, and false otherwise.
 java.lang.String toString()
          Deprecated. 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 BoundsAnchor TOP_LEFT
Deprecated. 
Top/left.


TOP_CENTER

public static final BoundsAnchor TOP_CENTER
Deprecated. 
Top/center.


TOP_RIGHT

public static final BoundsAnchor TOP_RIGHT
Deprecated. 
Top/right.


MIDDLE_LEFT

public static final BoundsAnchor MIDDLE_LEFT
Deprecated. 
Middle/left.


CENTER

public static final BoundsAnchor CENTER
Deprecated. 
Middle/center.


MIDDLE_RIGHT

public static final BoundsAnchor MIDDLE_RIGHT
Deprecated. 
Middle/right.


BOTTOM_LEFT

public static final BoundsAnchor BOTTOM_LEFT
Deprecated. 
Bottom/left.


BOTTOM_CENTER

public static final BoundsAnchor BOTTOM_CENTER
Deprecated. 
Bottom/center.


BOTTOM_RIGHT

public static final BoundsAnchor BOTTOM_RIGHT
Deprecated. 
Bottom/right.

Method Detail

toString

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

Returns:
The string.

equals

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

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