borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

RelPosition interface

borland.jbcl.util.RelPosition

About the RelPosition interface

Variables  

An interface that defines variables for relative positions, such as above and left of.

See also: AbsLocation interface


RelPosition variables

Variables defined in this interface


RelPosition variables

ABOVE

  static final int ABOVE = 1
Above another location.

BELOW

  static final int BELOW = 2
Below another location

LEFT_OF

  static final int LEFT_OF = 4
Left of another location.

NONE

  static final int NONE = 0
No specified location.

RIGHT_OF

  static final int RIGHT_OF = 3
Right of another location