SnapExtensions

Inheritance: java.lang.Object

public final class SnapExtensions

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

Fields

FieldDescription
ALIGNMENT_BOX_EXTENSIONSnap to alignment box extension.
CENTER_AXESSnap to center axis extension.
CURVE_EXTENSIONSnap to curve extension.
CURVE_TANGENTSnap to curve tangent extension.
ELLIPSE_CENTERSnap to ellipse center extension.
ENDPOINTSnap to end point extension.
ENDPOINT_HORIZONTALSnap to end point horizontal extension.
ENDPOINT_PERPENDICULARSnap to end point perpendicular extension.
ENDPOINT_VERTICALSnap to end point vertical extension.
ISOMETRIC_ANGLESSnap to isometric angles extension.
LINEAR_EXTENSIONSnap to linear extension.
MIDPOINTSnap to mid point extension.
MIDPOINT_PERPENDICULARSnap to mid point perpendicular extension.
NONESnap to nothing.
UNDEFINEDUndefined.

Methods

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

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_EXTENSION

public static final int CURVE_EXTENSION

Snap to curve extension.

CURVE_TANGENT

public static final int CURVE_TANGENT

Snap to curve tangent extension.

ELLIPSE_CENTER

public static final int ELLIPSE_CENTER

Snap to ellipse center extension.

ENDPOINT

public static final int ENDPOINT

Snap to end point extension.

ENDPOINT_HORIZONTAL

public static final int ENDPOINT_HORIZONTAL

Snap to end point horizontal extension.

ENDPOINT_PERPENDICULAR

public static final int ENDPOINT_PERPENDICULAR

Snap to end point perpendicular extension.

ENDPOINT_VERTICAL

public static final int ENDPOINT_VERTICAL

Snap to end point vertical extension.

ISOMETRIC_ANGLES

public static final int ISOMETRIC_ANGLES

Snap to isometric angles extension.

LINEAR_EXTENSION

public static final int LINEAR_EXTENSION

Snap to linear extension.

MIDPOINT

public static final int MIDPOINT

Snap to mid point extension.

MIDPOINT_PERPENDICULAR

public static final int MIDPOINT_PERPENDICULAR

Snap to mid point perpendicular extension.

NONE

public static final int NONE

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