suvi.api.alg.attr
Interface EdgeTypeConstants

All Known Subinterfaces:
EdgeTypeAttr

public interface EdgeTypeConstants

Edge type constants.

The type must be one of the following types:

ET_RIGHT_ANGLE
An edge with only right angles.
ET_POLYLINE
An edge consisting of multiple, connected, straight lines.
ET_SMOOTH
A smooth curve.


Field Summary
static int ET_POLYLINE
          An edge type constant.
static int ET_RIGHT_ANGLE
          An edge type constant.
static int ET_SMOOTH
          An edge type constant.
 

Field Detail

ET_RIGHT_ANGLE

public static final int ET_RIGHT_ANGLE

An edge type constant.

See Also:
EdgeTypeConstants, Constant Field Values

ET_POLYLINE

public static final int ET_POLYLINE

An edge type constant.

See Also:
EdgeTypeConstants, Constant Field Values

ET_SMOOTH

public static final int ET_SMOOTH

An edge type constant.

See Also:
EdgeTypeConstants, Constant Field Values