JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.ui.RectangleEdge

Packages that use RectangleEdge
org.jfree.ui Utility classes for creating user interfaces. 
 

Uses of RectangleEdge in org.jfree.ui
 

Fields in org.jfree.ui declared as RectangleEdge
static RectangleEdge RectangleEdge.BOTTOM
          Bottom.
static RectangleEdge RectangleEdge.LEFT
          Left.
static RectangleEdge RectangleEdge.RIGHT
          Right.
static RectangleEdge RectangleEdge.TOP
          Top.
 

Methods in org.jfree.ui that return RectangleEdge
static RectangleEdge RectangleEdge.opposite(RectangleEdge edge)
          Returns the opposite edge.
 

Methods in org.jfree.ui with parameters of type RectangleEdge
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.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.