ilog.views
Interface IlvDirection

All Known Subinterfaces:
IlvConstants

public interface IlvDirection

An interface that defines constants to describe directions. Since JViews 6.0 you are encouraged to use IlvConstants instead.


Field Summary
static int BadPosition
          Defines the no direction.
static int Bottom
          Defines the bottom direction.
static int BottomLeft
          Defines the bottom left direction.
static int BottomRight
          Defines the bottom right direction.
static int Center
          Defines the center direction.
static int Horizontal
          Defines the horizontal direction.
static int HorizontalCenter
          Defines the horizontal center direction.
static int Left
          Defines the left direction.
static int Right
          Defines the right direction.
static int Top
          Defines the top direction.
static int TopLeft
          Defines the top left direction.
static int TopRight
          Defines the top right direction.
static int Vertical
          Defines the vertical direction.
static int VerticalCenter
          Defines the vertical center direction.
 

Field Detail

BadPosition

static final int BadPosition
Defines the no direction.

See Also:
Constant Field Values

Left

static final int Left
Defines the left direction.

See Also:
Constant Field Values

Right

static final int Right
Defines the right direction.

See Also:
Constant Field Values

Top

static final int Top
Defines the top direction.

See Also:
Constant Field Values

Bottom

static final int Bottom
Defines the bottom direction.

See Also:
Constant Field Values

TopLeft

static final int TopLeft
Defines the top left direction.

See Also:
Constant Field Values

BottomLeft

static final int BottomLeft
Defines the bottom left direction.

See Also:
Constant Field Values

TopRight

static final int TopRight
Defines the top right direction.

See Also:
Constant Field Values

BottomRight

static final int BottomRight
Defines the bottom right direction.

See Also:
Constant Field Values

Center

static final int Center
Defines the center direction.

See Also:
Constant Field Values

HorizontalCenter

static final int HorizontalCenter
Defines the horizontal center direction.

See Also:
Constant Field Values

VerticalCenter

static final int VerticalCenter
Defines the vertical center direction.

See Also:
Constant Field Values

Horizontal

static final int Horizontal
Defines the horizontal direction.

See Also:
Constant Field Values

Vertical

static final int Vertical
Defines the vertical direction.

See Also:
Constant Field Values


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