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 RectangleEdgeRectangleEdge.BOTTOMBottom.static final RectangleEdgeRectangleEdge.LEFTLeft.static final RectangleEdgeRectangleEdge.RIGHTRight.static final RectangleEdgeRectangleEdge.TOPTop.Methods in org.jfree.ui that return RectangleEdgeModifier and TypeMethodDescriptionstatic RectangleEdgeRectangleEdge.opposite(RectangleEdge edge) Returns the opposite edge.Methods in org.jfree.ui with parameters of type RectangleEdgeModifier and TypeMethodDescriptionstatic doubleRectangleEdge.coordinate(Rectangle2D rectangle, RectangleEdge edge) Returns the x or y coordinate of the specified edge.static booleanRectangleEdge.isLeftOrRight(RectangleEdge edge) Returnstrueif the edge isLEFTorRIGHT, andfalseotherwise.static booleanRectangleEdge.isTopOrBottom(RectangleEdge edge) Returnstrueif the edge isTOPorBOTTOM, andfalseotherwise.static RectangleEdgeRectangleEdge.opposite(RectangleEdge edge) Returns the opposite edge.