WalkPreferenceValue

Inheritance: java.lang.Object

public final class WalkPreferenceValue

Specifies whether an endpoint of a 1-D shape moves to a horizontal or vertical connection point on the shape it is glued to, using dynamic glue, when the shape is moved to an ambiguous position.

Fields

FieldDescription
SIDE_TO_SIDE_CONNECTIONSThe default.
SIDE_TO_TOP_OR_SIDE_TO_BOTTOM_CONNECTIONSThe begin point of the 1-D shape moves to a horizontal connection point, and the end point moves to a vertical connection point (side-to-top or side-to-bottom connections).
TOP_TO_BOTTOM_CONNECTIONSBoth endpoints of the 1-D shape move to vertical connection points (top-to-bottom connections).
TOP_TO_SIDE_OR_BOTTOM_TO_SIDE_CONNECTIONSThe begin point of the 1-D shape moves to a vertical connection point, and the end point moves to a horizontal connection point (top-to-side or bottom-to-side connections).
UNDEFINEDUndefined.

Methods

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

SIDE_TO_SIDE_CONNECTIONS

public static final int SIDE_TO_SIDE_CONNECTIONS

The default. Both endpoints of the 1-D shape move to horizontal connection points (side-to-side connections).

SIDE_TO_TOP_OR_SIDE_TO_BOTTOM_CONNECTIONS

public static final int SIDE_TO_TOP_OR_SIDE_TO_BOTTOM_CONNECTIONS

The begin point of the 1-D shape moves to a horizontal connection point, and the end point moves to a vertical connection point (side-to-top or side-to-bottom connections).

TOP_TO_BOTTOM_CONNECTIONS

public static final int TOP_TO_BOTTOM_CONNECTIONS

Both endpoints of the 1-D shape move to vertical connection points (top-to-bottom connections).

TOP_TO_SIDE_OR_BOTTOM_TO_SIDE_CONNECTIONS

public static final int TOP_TO_SIDE_OR_BOTTOM_TO_SIDE_CONNECTIONS

The begin point of the 1-D shape moves to a vertical connection point, and the end point moves to a horizontal connection point (top-to-side or bottom-to-side connections).

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