SnapSettingsValue

Contents
[ ]

Inheritance: java.lang.Object

public final class SnapSettingsValue

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

Fields

Field Description
SNAP_DISABLED Snap disabled.
SNAP_TO_ALIGNMENT_BOX Snap to alignment box.
SNAP_TO_CONNECTION_POINTS Snap to connection points.
SNAP_TO_GRID Snap to grid.
SNAP_TO_GUIDES Snap to guides.
SNAP_TO_INTERSECTIONS Snap to intersections.
SNAP_TO_NOTHING Snap to nothing.
SNAP_TO_RULER_SUBDIVISIONS Snap to ruler subdivisions.
SNAP_TO_SELECTION_HANDLES Snap to selection handles.
SNAP_TO_SHAPE_EXTENSIONS_OPTIONS Snap to shape extensions options.
SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES Snap to the visible edges of shapes.
SNAP_TO_VERTICES Snap to vertices.
UNDEFINED Undefined.

Methods

Method Description
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:

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