edu.umd.cfar.lamp.viper.examples.omegahead
Interface OmegaNode.HIGHLIGHT

Enclosing interface:
OmegaNode

public static interface OmegaNode.HIGHLIGHT

Enumeration for the type of highlight currently applied


Field Summary
static int LEFT_POINT
          the left endpoint of the shoulder line is to be lit.
static int LINE
          the shoulder line is to be lit.
static int NONE
          no highlight applied
static int NORTH_HANDLE
          the north handle is to be lit.
static int RIGHT_POINT
          the right endpoint of the shoulder line is to be lit.
static int RING
          the circle is to be lit.
 

Field Detail

NONE

public static final int NONE
no highlight applied

See Also:
Constant Field Values

RING

public static final int RING
the circle is to be lit. This adjusts location.

See Also:
Constant Field Values

LINE

public static final int LINE
the shoulder line is to be lit. This adjusts height / circle radius.

See Also:
Constant Field Values

LEFT_POINT

public static final int LEFT_POINT
the left endpoint of the shoulder line is to be lit. This adjusts width.

See Also:
Constant Field Values

RIGHT_POINT

public static final int RIGHT_POINT
the right endpoint of the shoulder line is to be lit. This adjusts width.

See Also:
Constant Field Values

NORTH_HANDLE

public static final int NORTH_HANDLE
the north handle is to be lit. This adjusts orientation.

See Also:
Constant Field Values