SnapExtensions
Contents
[
Hide
]
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
Field | Description |
---|---|
ALIGNMENT_BOX_EXTENSION | Snap to alignment box extension. |
CENTER_AXES | Snap to center axis extension. |
CURVE_EXTENSION | Snap to curve extension. |
CURVE_TANGENT | Snap to curve tangent extension. |
ELLIPSE_CENTER | Snap to ellipse center extension. |
ENDPOINT | Snap to end point extension. |
ENDPOINT_HORIZONTAL | Snap to end point horizontal extension. |
ENDPOINT_PERPENDICULAR | Snap to end point perpendicular extension. |
ENDPOINT_VERTICAL | Snap to end point vertical extension. |
ISOMETRIC_ANGLES | Snap to isometric angles extension. |
LINEAR_EXTENSION | Snap to linear extension. |
MIDPOINT | Snap to mid point extension. |
MIDPOINT_PERPENDICULAR | Snap to mid point perpendicular extension. |
NONE | Snap to nothing. |
UNDEFINED | Undefined. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |