Java org.jfree.ui RectangleEdge fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.ui RectangleEdge fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.ui RectangleEdge.

The text is from its open source code.

Field

RectangleEdgeTOP
Top.
RectangleEdgeBOTTOM
Bottom.
RectangleEdgeLEFT
Left.
RectangleEdgeRIGHT
Right.

Method

booleanequals(final Object o)
Returns true if this object is equal to the specified object, and false otherwise.
booleanisLeftOrRight(final RectangleEdge edge)
Returns true if the edge is LEFT or RIGHT, and false otherwise.
booleanisTopOrBottom(final RectangleEdge edge)
Returns true if the edge is TOP or BOTTOM, and false otherwise.
RectangleEdgeopposite(final RectangleEdge edge)
Returns the opposite edge.