GLG Toolkit, Java Class Library  Version 4.5
GlgAxisDirectionMask

Axis direction masks. More...

Detailed Description

Axis direction masks.

The masks are used to extract axis direction from the GlgAxisDirection values of the AxisDirection attribute.

The result of applying a bitwise AND operator to the value of the AxisDirection attribute and one of these masks indicates if the axis is vertical, or if the axis points in the positive or negative (inversed) direction.

Constants

static final int POSITIVE_AXIS_MASK = 0x1
 Axis direction mask. More...
 
static final int VERTICAL_AXIS_MASK = 0x8
 Axis direction mask. More...
 

Variable Documentation

◆ POSITIVE_AXIS_MASK

final int POSITIVE_AXIS_MASK = 0x1
static

Axis direction mask.

◆ VERTICAL_AXIS_MASK

final int VERTICAL_AXIS_MASK = 0x8
static

Axis direction mask.