com.aspose.diagram

Class SnapExtensionsValue

  • java.lang.Object
    • com.aspose.diagram.SnapExtensionsValue
public class SnapExtensionsValue 
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 in the following table.

Field Summary
static final intSNAP_TO_NOTHING
Snap to nothing.
static final intSNAP_TO_ALIGNMENT_BOX_EXTENSION
Snap to alignment box extension.
static final intSNAP_TO_CENTER_AXIS_EXTENSION
Snap to center axis extension.
static final intSNAP_TO_CURVE_TANGENT_EXTENSION
Snap to curve tangent extension.
static final intSNAP_TO_END_POINT_EXTENSION
Snap to end point extension.
static final intSNAP_TO_MID_POINT_EXTENSION
Snap to mid point extension.
static final intSNAP_TO_LINEAR_EXTENSION
Snap to linear extension.
static final intSNAP_TO_CURVE_EXTENSION
Snap to curve extension.
static final intSNAP_TO_END_POINT_PERPENDICULAR_EXTENSION
Snap to end point perpendicular extension.
static final intSNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION
Snap to mid point perpendicular extension.
static final intSNAP_TO_END_POINT_HORIZONTAL_EXTENSION
Snap to end point horizontal extension.
static final intSNAP_TO_END_POINT_VERTICAL_EXTENSION
Snap to end point vertical extension.
static final intSNAP_TO_ELLIPSE_CENTER_EXTENSION
Snap to ellipse center extension.
static final intSNAP_TO_ISOMETRIC_ANGLES_EXTENSION
Snap to isometric angles extension.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • SNAP_TO_NOTHING

        public static final int SNAP_TO_NOTHING
        Snap to nothing.
      • SNAP_TO_ALIGNMENT_BOX_EXTENSION

        public static final int SNAP_TO_ALIGNMENT_BOX_EXTENSION
        Snap to alignment box extension.
      • SNAP_TO_CENTER_AXIS_EXTENSION

        public static final int SNAP_TO_CENTER_AXIS_EXTENSION
        Snap to center axis extension.
      • SNAP_TO_CURVE_TANGENT_EXTENSION

        public static final int SNAP_TO_CURVE_TANGENT_EXTENSION
        Snap to curve tangent extension.
      • SNAP_TO_END_POINT_EXTENSION

        public static final int SNAP_TO_END_POINT_EXTENSION
        Snap to end point extension.
      • SNAP_TO_MID_POINT_EXTENSION

        public static final int SNAP_TO_MID_POINT_EXTENSION
        Snap to mid point extension.
      • SNAP_TO_LINEAR_EXTENSION

        public static final int SNAP_TO_LINEAR_EXTENSION
        Snap to linear extension.
      • SNAP_TO_CURVE_EXTENSION

        public static final int SNAP_TO_CURVE_EXTENSION
        Snap to curve extension.
      • SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION

        public static final int SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION
        Snap to end point perpendicular extension.
      • SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION

        public static final int SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION
        Snap to mid point perpendicular extension.
      • SNAP_TO_END_POINT_HORIZONTAL_EXTENSION

        public static final int SNAP_TO_END_POINT_HORIZONTAL_EXTENSION
        Snap to end point horizontal extension.
      • SNAP_TO_END_POINT_VERTICAL_EXTENSION

        public static final int SNAP_TO_END_POINT_VERTICAL_EXTENSION
        Snap to end point vertical extension.
      • SNAP_TO_ELLIPSE_CENTER_EXTENSION

        public static final int SNAP_TO_ELLIPSE_CENTER_EXTENSION
        Snap to ellipse center extension.
      • SNAP_TO_ISOMETRIC_ANGLES_EXTENSION

        public static final int SNAP_TO_ISOMETRIC_ANGLES_EXTENSION
        Snap to isometric angles extension.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.