Eclipse Draw2d
2.1

org.eclipse.draw2d
Interface PositionConstants

All Known Subinterfaces:
Orientable
All Known Implementing Classes:
ArrowButton, Label, ScrollBar, Triangle

public interface PositionConstants

Constants representing cardinal directions and relative positions.


Field Summary
static int BOTTOM
          Bottom
static int CENTER
          Center (Horizontal)
static int EAST
          West
static int EAST_WEST
          East-West: a bit-wise OR of EAST and WEST
static int LEFT
          Left
static int LEFT_CENTER_RIGHT
          Bit-wise OR of LEFT, CENTER, and RIGHT
static int MIDDLE
          Middle (Vertical)
static int NONE
          None
static int NORTH
          North
static int NORTH_EAST
          North-East: a bit-wise OR of NORTH and EAST
static int NORTH_SOUTH
          North-South: a bit-wise OR of NORTH and SOUTH
static int NORTH_WEST
          North-West: a bit-wise OR of NORTH and WEST
static int RIGHT
          Right
static int SOUTH
          South
static int SOUTH_EAST
          South-East: a bit-wise OR of SOUTH and EAST
static int SOUTH_WEST
          South-West: a bit-wise OR of SOUTH and WEST
static int TOP
          Top
static int TOP_MIDDLE_BOTTOM
          Bit-wise OR of TOP, MIDDLE, and BOTTOM
static int WEST
          East
 

Field Detail

LEFT

public static final int LEFT
Left

See Also:
Constant Field Values

CENTER

public static final int CENTER
Center (Horizontal)

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Right

See Also:
Constant Field Values

LEFT_CENTER_RIGHT

public static final int LEFT_CENTER_RIGHT
Bit-wise OR of LEFT, CENTER, and RIGHT

See Also:
Constant Field Values

TOP

public static final int TOP
Top

See Also:
Constant Field Values

MIDDLE

public static final int MIDDLE
Middle (Vertical)

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Bottom

See Also:
Constant Field Values

TOP_MIDDLE_BOTTOM

public static final int TOP_MIDDLE_BOTTOM
Bit-wise OR of TOP, MIDDLE, and BOTTOM

See Also:
Constant Field Values

NONE

public static final int NONE
None

See Also:
Constant Field Values

NORTH

public static final int NORTH
North

See Also:
Constant Field Values

SOUTH

public static final int SOUTH
South

See Also:
Constant Field Values

WEST

public static final int WEST
East

See Also:
Constant Field Values

EAST

public static final int EAST
West

See Also:
Constant Field Values

NORTH_EAST

public static final int NORTH_EAST
North-East: a bit-wise OR of NORTH and EAST

See Also:
Constant Field Values

NORTH_WEST

public static final int NORTH_WEST
North-West: a bit-wise OR of NORTH and WEST

See Also:
Constant Field Values

SOUTH_EAST

public static final int SOUTH_EAST
South-East: a bit-wise OR of SOUTH and EAST

See Also:
Constant Field Values

SOUTH_WEST

public static final int SOUTH_WEST
South-West: a bit-wise OR of SOUTH and WEST

See Also:
Constant Field Values

NORTH_SOUTH

public static final int NORTH_SOUTH
North-South: a bit-wise OR of NORTH and SOUTH

See Also:
Constant Field Values

EAST_WEST

public static final int EAST_WEST
East-West: a bit-wise OR of EAST and WEST

See Also:
Constant Field Values

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.