AXIS Class
These represent different axis. They are bitmap flags and can be combined together.
Item Index
Properties
- HORIZONTAL static
- NONE static
- VERTICAL static
- VERTICAL static
Properties
HORIZONTAL
Number
final
static
Represents a horizontal axis, binary value: 0001
Default: 1
NONE
Number
final
static
Represents no axis, binary value: 0000
Default: 0
VERTICAL
Number
final
static
Represents a vertical axis, binary value: 0010
Default: 2
VERTICAL
Number
final
static
Represents both axes, binary value: 0011
Default: 3