|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Flow trend constants.
The flow trend can be one of the following:
FT_DOWN_LEFTFT_DOWN_RIGHTFT_LEFT_DOWNFT_LEFT_UPFT_RIGHT_DOWNFT_RIGHT_UPFT_UP_LEFTFT_UP_RIGHTNote:
The eight flow trends can also be described in terms of three orthogonal flags:
FT_ROTATE_FLAGFT_INVERT_RANKING_FLAGFT_INVERT_ORDERING_FLAGThe idea is that the above transformations are applied to the
canonical flow . For example, to produce the flow FT_CANONICAL == FT_DOWN_RIGHTFT_UP_RIGHT, ranking needs to be inverted, so .FT_UP_RIGHT == FT_CANONICAL | FT_INVERT_RANKING_FLAG
| Field Summary | |
static int |
FT_BIT_MASK
A flow trend constant. |
static int |
FT_CANONICAL
A flow trend constant. |
static int |
FT_DOWN_LEFT
A flow trend constant. |
static int |
FT_DOWN_RIGHT
A flow trend constant. |
static int |
FT_INVERT_ORDERING_FLAG
A flow trend constant. |
static int |
FT_INVERT_RANKING_FLAG
A flow trend constant. |
static int |
FT_LEFT_DOWN
A flow trend constant. |
static int |
FT_LEFT_UP
A flow trend constant. |
static int |
FT_RIGHT_DOWN
A flow trend constant. |
static int |
FT_RIGHT_UP
A flow trend constant. |
static int |
FT_ROTATE_FLAG
A flow trend constant. |
static int |
FT_UP_LEFT
A flow trend constant. |
static int |
FT_UP_RIGHT
A flow trend constant. |
| Field Detail |
public static final int FT_ROTATE_FLAG
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_INVERT_RANKING_FLAG
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_INVERT_ORDERING_FLAG
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_BIT_MASK
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_DOWN_RIGHT
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_DOWN_LEFT
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_UP_RIGHT
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_UP_LEFT
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_RIGHT_UP
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_RIGHT_DOWN
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_LEFT_UP
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_LEFT_DOWN
A flow trend constant.
FlowTrendConstants,
Constant Field Valuespublic static final int FT_CANONICAL
A flow trend constant.
FlowTrendConstants,
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||