borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
borland.jbcl.util.RelPosition
Variables
An interface that defines variables for relative positions, such as above and left of.
See also: AbsLocation interface
static final int ABOVE = 1Above another location.
static final int BELOW = 2Below another location
static final int LEFT_OF = 4Left of another location.
static final int NONE = 0No specified location.
static final int RIGHT_OF = 3Right of another location