jbcl.util Package 

Orientation interface

com.borland.jbcl.util.Orientation

About the Orientation interface

Variables  
The Orientation interface defines the variables used to describe the orientation of an object, which can be horizontal or vertical.

Orientation variables

Variables defined in this interface


Orientation variables

HORIZONTAL

  static final int HORIZONTAL = 0
A horizontal orientation.

VERTICAL

  static final int VERTICAL = 1
A vertical orientation.