ilog.views
Interface IlvConstants

All Superinterfaces:
IlvDirection

public interface IlvConstants
extends IlvDirection

A collection of constants generally used for positioning and orienting components on the screen.

Since:
JViews 6.0

Field Summary
static int BAD
          Defines the no position or direction.
static int BOTTOM
          Defines the bottom position or direction.
static int BOTTOM_LEFT
          Defines the bottom left position or direction.
static int BOTTOM_RIGHT
          Defines the bottom right position or direction.
static int CENTER
          Defines the center position or direction.
static int HORIZONTAL
          Defines the horizontal position.
static int HORIZONTAL_CENTER
          Defines the horizontal center position.
static int LEADING
          Defines the leading edge of text for use with left-to-right and right-to-left languages.
static int LEFT
          Defines the left position or direction.
static int RIGHT
          Defines the right position or direction.
static int TOP
          Defines the top position or direction.
static int TOP_LEFT
          Defines the top left position or direction.
static int TOP_RIGHT
          Defines the top right position or direction.
static int TRAILING
          Defines the trailing edge of text for use with left-to-right and right-to-left languages.
static int VERTICAL
          Defines the vertical position.
static int VERTICAL_CENTER
          Defines the vertical center position.
 
Fields inherited from interface ilog.views.IlvDirection
BadPosition, Bottom, BottomLeft, BottomRight, Center, Horizontal, HorizontalCenter, Left, Right, Top, TopLeft, TopRight, Vertical, VerticalCenter
 

Field Detail

BAD

static final int BAD
Defines the no position or direction.

See Also:
Constant Field Values

LEFT

static final int LEFT
Defines the left position or direction.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Defines the right position or direction.

See Also:
Constant Field Values

TOP

static final int TOP
Defines the top position or direction.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
Defines the bottom position or direction.

See Also:
Constant Field Values

TOP_LEFT

static final int TOP_LEFT
Defines the top left position or direction.

See Also:
Constant Field Values

BOTTOM_LEFT

static final int BOTTOM_LEFT
Defines the bottom left position or direction.

See Also:
Constant Field Values

TOP_RIGHT

static final int TOP_RIGHT
Defines the top right position or direction.

See Also:
Constant Field Values

BOTTOM_RIGHT

static final int BOTTOM_RIGHT
Defines the bottom right position or direction.

See Also:
Constant Field Values

CENTER

static final int CENTER
Defines the center position or direction.

See Also:
Constant Field Values

HORIZONTAL_CENTER

static final int HORIZONTAL_CENTER
Defines the horizontal center position.

See Also:
Constant Field Values

VERTICAL_CENTER

static final int VERTICAL_CENTER
Defines the vertical center position.

See Also:
Constant Field Values

HORIZONTAL

static final int HORIZONTAL
Defines the horizontal position.

See Also:
Constant Field Values

VERTICAL

static final int VERTICAL
Defines the vertical position.

See Also:
Constant Field Values

LEADING

static final int LEADING
Defines the leading edge of text for use with left-to-right and right-to-left languages.

See Also:
Constant Field Values

TRAILING

static final int TRAILING
Defines the trailing edge of text for use with left-to-right and right-to-left languages.

See Also:
Constant Field Values


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.