org.jfree.ui
Class BoundsAnchor

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

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
          Bottom/center.
static BoundsAnchor BOTTOM_LEFT
          Bottom/left.
static BoundsAnchor BOTTOM_RIGHT
          Bottom/right.
static BoundsAnchor CENTER
          Middle/center.
static BoundsAnchor MIDDLE_LEFT
          Middle/left.
static BoundsAnchor MIDDLE_RIGHT
          Middle/right.
static BoundsAnchor TOP_CENTER
          Top/center.
static BoundsAnchor TOP_LEFT
          Top/left.
static BoundsAnchor 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 BoundsAnchor TOP_LEFT
Top/left.


TOP_CENTER

public static final BoundsAnchor TOP_CENTER
Top/center.


TOP_RIGHT

public static final BoundsAnchor TOP_RIGHT
Top/right.


MIDDLE_LEFT

public static final BoundsAnchor MIDDLE_LEFT
Middle/left.


CENTER

public static final BoundsAnchor CENTER
Middle/center.


MIDDLE_RIGHT

public static final BoundsAnchor MIDDLE_RIGHT
Middle/right.


BOTTOM_LEFT

public static final BoundsAnchor BOTTOM_LEFT
Bottom/left.


BOTTOM_CENTER

public static final BoundsAnchor BOTTOM_CENTER
Bottom/center.


BOTTOM_RIGHT

public static final BoundsAnchor 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.