com.aspose.diagram
Class SnapSettingsValue

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

public class SnapSettingsValue 
extends java.lang.Object

Utility class containing constants. Specifies the objects that shapes snap to when snap is active in the window


Field Summary
static final intSNAP_TO_NOTHING
           Snap to nothing.
static final intSNAP_TO_RULER_SUBDIVISIONS
           Snap to ruler subdivisions.
static final intSNAP_TO_GRID
           Snap to grid.
static final intSNAP_TO_GUIDES
           Snap to guides.
static final intSNAP_TO_SELECTION_HANDLES
           Snap to selection handles.
static final intSNAP_TO_VERTICES
           Snap to vertices.
static final intSNAP_TO_CONNECTION_POINTS
           Snap to connection points.
static final intSNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES
           Snap to the visible edges of shapes.
static final intSNAP_TO_ALIGNMENT_BOX
           Snap to alignment box.
static final intSNAP_TO_SHAPE_EXTENSIONS_OPTIONS
           Snap to shape extensions options.
static final intSNAP_DISABLED
           Snap disabled.
static final intSNAP_TO_INTERSECTIONS
           Snap to intersections.
static final intUNDEFINED
           Undefined.
 

Field Detail

SNAP_TO_NOTHING

public static final int SNAP_TO_NOTHING
Snap to nothing.

SNAP_TO_RULER_SUBDIVISIONS

public static final int SNAP_TO_RULER_SUBDIVISIONS
Snap to ruler subdivisions.

SNAP_TO_GRID

public static final int SNAP_TO_GRID
Snap to grid.

SNAP_TO_GUIDES

public static final int SNAP_TO_GUIDES
Snap to guides.

SNAP_TO_SELECTION_HANDLES

public static final int SNAP_TO_SELECTION_HANDLES
Snap to selection handles.

SNAP_TO_VERTICES

public static final int SNAP_TO_VERTICES
Snap to vertices.

SNAP_TO_CONNECTION_POINTS

public static final int SNAP_TO_CONNECTION_POINTS
Snap to connection points.

SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES

public static final int SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES
Snap to the visible edges of shapes.

SNAP_TO_ALIGNMENT_BOX

public static final int SNAP_TO_ALIGNMENT_BOX
Snap to alignment box.

SNAP_TO_SHAPE_EXTENSIONS_OPTIONS

public static final int SNAP_TO_SHAPE_EXTENSIONS_OPTIONS
Snap to shape extensions options.

SNAP_DISABLED

public static final int SNAP_DISABLED
Snap disabled.

SNAP_TO_INTERSECTIONS

public static final int SNAP_TO_INTERSECTIONS
Snap to intersections.

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.