com.aspose.diagram
Class SnapExtensions

java.lang.Object
    extended by com.aspose.diagram.SnapExtensions

public class SnapExtensions 
extends java.lang.Object

Utility class containing constants. Specifies whether a specific snap extension setting is enabled or disabled for the active window. The value can be a sum of the values.


Field Summary
static final intNONE
           Snap to nothing.
static final intALIGNMENT_BOX_EXTENSION
           Snap to alignment box extension.
static final intCENTER_AXES
           Snap to center axis extension.
static final intCURVE_TANGENT
           Snap to curve tangent extension.
static final intENDPOINT
           Snap to end point extension.
static final intMIDPOINT
           Snap to mid point extension.
static final intLINEAR_EXTENSION
           Snap to linear extension.
static final intCURVE_EXTENSION
           Snap to curve extension.
static final intENDPOINT_PERPENDICULAR
           Snap to end point perpendicular extension.
static final intMIDPOINT_PERPENDICULAR
           Snap to mid point perpendicular extension.
static final intENDPOINT_HORIZONTAL
           Snap to end point horizontal extension.
static final intENDPOINT_VERTICAL
           Snap to end point vertical extension.
static final intELLIPSE_CENTER
           Snap to ellipse center extension.
static final intISOMETRIC_ANGLES
           Snap to isometric angles extension.
static final intUNDEFINED
           Undefined.
 

Field Detail

NONE

public static final int NONE
Snap to nothing.

ALIGNMENT_BOX_EXTENSION

public static final int ALIGNMENT_BOX_EXTENSION
Snap to alignment box extension.

CENTER_AXES

public static final int CENTER_AXES
Snap to center axis extension.

CURVE_TANGENT

public static final int CURVE_TANGENT
Snap to curve tangent extension.

ENDPOINT

public static final int ENDPOINT
Snap to end point extension.

MIDPOINT

public static final int MIDPOINT
Snap to mid point extension.

LINEAR_EXTENSION

public static final int LINEAR_EXTENSION
Snap to linear extension.

CURVE_EXTENSION

public static final int CURVE_EXTENSION
Snap to curve extension.

ENDPOINT_PERPENDICULAR

public static final int ENDPOINT_PERPENDICULAR
Snap to end point perpendicular extension.

MIDPOINT_PERPENDICULAR

public static final int MIDPOINT_PERPENDICULAR
Snap to mid point perpendicular extension.

ENDPOINT_HORIZONTAL

public static final int ENDPOINT_HORIZONTAL
Snap to end point horizontal extension.

ENDPOINT_VERTICAL

public static final int ENDPOINT_VERTICAL
Snap to end point vertical extension.

ELLIPSE_CENTER

public static final int ELLIPSE_CENTER
Snap to ellipse center extension.

ISOMETRIC_ANGLES

public static final int ISOMETRIC_ANGLES
Snap to isometric angles extension.

UNDEFINED

public static final int UNDEFINED
Undefined.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.