Uses of Class
org.jfree.ui.RectangleEdge
Packages that use RectangleEdge
-
Uses of RectangleEdge in org.jfree.ui
Fields in org.jfree.ui declared as RectangleEdgeModifier and TypeFieldDescriptionstatic final RectangleEdge
RectangleEdge.BOTTOM
Bottom.static final RectangleEdge
RectangleEdge.LEFT
Left.static final RectangleEdge
RectangleEdge.RIGHT
Right.static final RectangleEdge
RectangleEdge.TOP
Top.Methods in org.jfree.ui that return RectangleEdgeModifier and TypeMethodDescriptionstatic RectangleEdge
RectangleEdge.opposite
(RectangleEdge edge) Returns the opposite edge.Methods in org.jfree.ui with parameters of type RectangleEdgeModifier and TypeMethodDescriptionstatic double
RectangleEdge.coordinate
(Rectangle2D rectangle, RectangleEdge edge) Returns the x or y coordinate of the specified edge.static boolean
RectangleEdge.isLeftOrRight
(RectangleEdge edge) Returnstrue
if the edge isLEFT
orRIGHT
, andfalse
otherwise.static boolean
RectangleEdge.isTopOrBottom
(RectangleEdge edge) Returnstrue
if the edge isTOP
orBOTTOM
, andfalse
otherwise.static RectangleEdge
RectangleEdge.opposite
(RectangleEdge edge) Returns the opposite edge.