SnapSettings

Contents
[ ]

Inheritance: java.lang.Object

public final class SnapSettings

Specifies the objects that shapes snap to when snap is active in the window. The value may be a sum of the values.

Fields

Field Description
ALIGNMENT_BOX Snap to alignment box.
CONNECTION_POINTS Snap to connection points.
DISABLED Snap disabled.
EXTENSIONS Snap to shape extensions options.
GEOMETRY Snap to the visible edges of shapes.
GRID Snap to grid.
GUIDES Snap to guides.
HANDLES Snap to selection handles.
INTERSECTIONS Snap to intersections.
NONE Snap to nothing.
RULER_SUBDIVISIONS Snap to ruler subdivisions.
UNDEFINED Undefined.
VERTICES Snap to vertices.

Methods

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

ALIGNMENT_BOX

public static final int ALIGNMENT_BOX

Snap to alignment box.

CONNECTION_POINTS

public static final int CONNECTION_POINTS

Snap to connection points.

DISABLED

public static final int DISABLED

Snap disabled.

EXTENSIONS

public static final int EXTENSIONS

Snap to shape extensions options.

GEOMETRY

public static final int GEOMETRY

Snap to the visible edges of shapes.

GRID

public static final int GRID

Snap to grid.

GUIDES

public static final int GUIDES

Snap to guides.

HANDLES

public static final int HANDLES

Snap to selection handles.

INTERSECTIONS

public static final int INTERSECTIONS

Snap to intersections.

NONE

public static final int NONE

Snap to nothing.

RULER_SUBDIVISIONS

public static final int RULER_SUBDIVISIONS

Snap to ruler subdivisions.

UNDEFINED

public static final int UNDEFINED

Undefined.

VERTICES

public static final int VERTICES

Snap to vertices.

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