SnapSettingsValue

Inheritance: java.lang.Object

public final class SnapSettingsValue

Specifies the objects that shapes snap to when snap is active in the window

Fields

FieldDescription
SNAP_DISABLEDSnap disabled.
SNAP_TO_ALIGNMENT_BOXSnap to alignment box.
SNAP_TO_CONNECTION_POINTSSnap to connection points.
SNAP_TO_GRIDSnap to grid.
SNAP_TO_GUIDESSnap to guides.
SNAP_TO_INTERSECTIONSSnap to intersections.
SNAP_TO_NOTHINGSnap to nothing.
SNAP_TO_RULER_SUBDIVISIONSSnap to ruler subdivisions.
SNAP_TO_SELECTION_HANDLESSnap to selection handles.
SNAP_TO_SHAPE_EXTENSIONS_OPTIONSSnap to shape extensions options.
SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPESSnap to the visible edges of shapes.
SNAP_TO_VERTICESSnap to vertices.
UNDEFINEDUndefined.

Methods

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

SNAP_DISABLED

public static final int SNAP_DISABLED

Snap disabled.

SNAP_TO_ALIGNMENT_BOX

public static final int SNAP_TO_ALIGNMENT_BOX

Snap to alignment box.

SNAP_TO_CONNECTION_POINTS

public static final int SNAP_TO_CONNECTION_POINTS

Snap to connection points.

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_INTERSECTIONS

public static final int SNAP_TO_INTERSECTIONS

Snap to intersections.

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_SELECTION_HANDLES

public static final int SNAP_TO_SELECTION_HANDLES

Snap to selection handles.

SNAP_TO_SHAPE_EXTENSIONS_OPTIONS

public static final int SNAP_TO_SHAPE_EXTENSIONS_OPTIONS

Snap to shape extensions options.

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_VERTICES

public static final int SNAP_TO_VERTICES

Snap to vertices.

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