SnapExtensionsValue

Inheritance: java.lang.Object

public final class SnapExtensionsValue

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.

Fields

FieldDescription
SNAP_TO_ALIGNMENT_BOX_EXTENSIONSnap to alignment box extension.
SNAP_TO_CENTER_AXIS_EXTENSIONSnap to center axis extension.
SNAP_TO_CURVE_EXTENSIONSnap to curve extension.
SNAP_TO_CURVE_TANGENT_EXTENSIONSnap to curve tangent extension.
SNAP_TO_ELLIPSE_CENTER_EXTENSIONSnap to ellipse center extension.
SNAP_TO_END_POINT_EXTENSIONSnap to end point extension.
SNAP_TO_END_POINT_HORIZONTAL_EXTENSIONSnap to end point horizontal extension.
SNAP_TO_END_POINT_PERPENDICULAR_EXTENSIONSnap to end point perpendicular extension.
SNAP_TO_END_POINT_VERTICAL_EXTENSIONSnap to end point vertical extension.
SNAP_TO_ISOMETRIC_ANGLES_EXTENSIONSnap to isometric angles extension.
SNAP_TO_LINEAR_EXTENSIONSnap to linear extension.
SNAP_TO_MID_POINT_EXTENSIONSnap to mid point extension.
SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSIONSnap to mid point perpendicular extension.
SNAP_TO_NOTHINGSnap to nothing.
UNDEFINEDUndefined.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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_EXTENSION

public static final int SNAP_TO_CURVE_EXTENSION

Snap to curve extension.

SNAP_TO_CURVE_TANGENT_EXTENSION

public static final int SNAP_TO_CURVE_TANGENT_EXTENSION

Snap to curve tangent extension.

SNAP_TO_ELLIPSE_CENTER_EXTENSION

public static final int SNAP_TO_ELLIPSE_CENTER_EXTENSION

Snap to ellipse center extension.

SNAP_TO_END_POINT_EXTENSION

public static final int SNAP_TO_END_POINT_EXTENSION

Snap to end point 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_PERPENDICULAR_EXTENSION

public static final int SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION

Snap to end point perpendicular 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_ISOMETRIC_ANGLES_EXTENSION

public static final int SNAP_TO_ISOMETRIC_ANGLES_EXTENSION

Snap to isometric angles extension.

SNAP_TO_LINEAR_EXTENSION

public static final int SNAP_TO_LINEAR_EXTENSION

Snap to linear extension.

SNAP_TO_MID_POINT_EXTENSION

public static final int SNAP_TO_MID_POINT_EXTENSION

Snap to mid point 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_NOTHING

public static final int SNAP_TO_NOTHING

Snap to nothing.

UNDEFINED

public static final int UNDEFINED

Undefined.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int