Package | Description |
---|---|
org.jfree.ui |
Utility classes for creating user interfaces.
|
Modifier and Type | Field and Description |
---|---|
static RectangleEdge |
RectangleEdge.BOTTOM
Bottom.
|
static RectangleEdge |
RectangleEdge.LEFT
Left.
|
static RectangleEdge |
RectangleEdge.RIGHT
Right.
|
static RectangleEdge |
RectangleEdge.TOP
Top.
|
Modifier and Type | Method and Description |
---|---|
static RectangleEdge |
RectangleEdge.opposite(RectangleEdge edge)
Returns the opposite edge.
|
Modifier and Type | Method and Description |
---|---|
static double |
RectangleEdge.coordinate(Rectangle2D rectangle,
RectangleEdge edge)
Returns the x or y coordinate of the specified edge.
|
static boolean |
RectangleEdge.isLeftOrRight(RectangleEdge edge)
Returns
true if the edge is LEFT or
RIGHT , and false otherwise. |
static boolean |
RectangleEdge.isTopOrBottom(RectangleEdge edge)
Returns
true if the edge is TOP or
BOTTOM , and false otherwise. |
static RectangleEdge |
RectangleEdge.opposite(RectangleEdge edge)
Returns the opposite edge.
|
Copyright © 2001–2018 JFree.org. All rights reserved.