com.sas.geometry
Interface Orientations


public interface Orientations

Orientations defines a set of orientation, or positioning, constants. Collecting them all in one interface serves to promote consistency across classes.

All of the constants are defined as bit-flags which facilitates the use of composite constants like TOP_LEFT.

See Also:
Orientation, CircularOrientation, CornerOrientation, HorizontalOrientation, RectangularOrientation, SideOrientation, VerticalOrientation

Field Summary
static int BOTTOM
           
static int BOTTOM_LEFT
           
static int BOTTOM_RIGHT
           
static int CENTER
           
static int CENTER_LEFT
           
static int CENTER_RIGHT
           
static int EAST
           
static int GENERAL
           
static int HORIZONTAL_FULL
           
static int LEFT
           
static int MIDDLE
           
static int MIDDLE_BOTTOM
           
static int MIDDLE_TOP
           
static int NONE
           
static int NORTH
           
static int NORTH_EAST
           
static int NORTH_WEST
           
static int RIGHT
           
static int SOUTH
           
static int SOUTH_EAST
           
static int SOUTH_WEST
           
static int TOP
           
static int TOP_LEFT
           
static int TOP_RIGHT
           
static int VERTICAL_FULL
           
static int WEST
           
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values

NORTH

static final int NORTH
See Also:
Constant Field Values

SOUTH

static final int SOUTH
See Also:
Constant Field Values

EAST

static final int EAST
See Also:
Constant Field Values

WEST

static final int WEST
See Also:
Constant Field Values

CENTER

static final int CENTER
See Also:
Constant Field Values

MIDDLE

static final int MIDDLE
See Also:
Constant Field Values

GENERAL

static final int GENERAL
See Also:
Constant Field Values

TOP_LEFT

static final int TOP_LEFT
See Also:
Constant Field Values

TOP_RIGHT

static final int TOP_RIGHT
See Also:
Constant Field Values

BOTTOM_LEFT

static final int BOTTOM_LEFT
See Also:
Constant Field Values

BOTTOM_RIGHT

static final int BOTTOM_RIGHT
See Also:
Constant Field Values

NORTH_EAST

static final int NORTH_EAST
See Also:
Constant Field Values

NORTH_WEST

static final int NORTH_WEST
See Also:
Constant Field Values

SOUTH_EAST

static final int SOUTH_EAST
See Also:
Constant Field Values

SOUTH_WEST

static final int SOUTH_WEST
See Also:
Constant Field Values

HORIZONTAL_FULL

static final int HORIZONTAL_FULL
See Also:
Constant Field Values

VERTICAL_FULL

static final int VERTICAL_FULL
See Also:
Constant Field Values

CENTER_LEFT

static final int CENTER_LEFT
See Also:
Constant Field Values

CENTER_RIGHT

static final int CENTER_RIGHT
See Also:
Constant Field Values

MIDDLE_TOP

static final int MIDDLE_TOP
See Also:
Constant Field Values

MIDDLE_BOTTOM

static final int MIDDLE_BOTTOM
See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.