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
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.