Orientation Class

Orientation Class

This Package | All Packages

Enum
  |
  +--Orientation
public class Orientation
extends Enum

Topic under construction.

Fields
Name Description
HORIZONTAL The control is oriented horizontally.
MAX Topic under construction.
MIN Topic under construction.
VERTICAL The control is oriented vertically.

Fields

Orientation.HORIZONTAL

Syntax
public static final int HORIZONTAL;
Description
The control is oriented horizontally.

Orientation.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

Orientation.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

Orientation.VERTICAL

Syntax
public static final int VERTICAL;
Description
The control is oriented vertically.