SnapSettings

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

FieldDescription
ALIGNMENT_BOXSnap to alignment box.
CONNECTION_POINTSSnap to connection points.
DISABLEDSnap disabled.
EXTENSIONSSnap to shape extensions options.
GEOMETRYSnap to the visible edges of shapes.
GRIDSnap to grid.
GUIDESSnap to guides.
HANDLESSnap to selection handles.
INTERSECTIONSSnap to intersections.
NONESnap to nothing.
RULER_SUBDIVISIONSSnap to ruler subdivisions.
UNDEFINEDUndefined.
VERTICESSnap to vertices.

Methods

MethodDescription
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:

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