ShapeFixedCodeValue

Inheritance: java.lang.Object

public final class ShapeFixedCodeValue

Specifies placement behavior for a placeable shape.

Fields

FieldDescription
ALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTSOnly allow routing to sides with connection points.
IGNORE_CONNECTION_POINTIgnore connection point locations when being routed to.
NO_GLUE_TO_PERIMETERDon’t glue to the perimeter of this shape.
NO_MOVE_ALLOW_SHAPES_PLACEDDon’t move this shape but do allow other placeable shapes to be placed on it.
NO_MOVE_AND_NO_ALLOW_SHAPES_PLACEDDon’t move this shape and do not allow other placeable shapes to be placed on it.
NO_MOVE_USING_LAY_OUT_SHAPESDon’t move this shape when using the Lay Out Shapes command in Microsoft Visio.
UNDEFINEDUndefined.

Methods

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

ALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTS

public static final int ALLOW_ROUTING_TO_SIDES_WITH_CONNECTION_POINTS

Only allow routing to sides with connection points.

IGNORE_CONNECTION_POINT

public static final int IGNORE_CONNECTION_POINT

Ignore connection point locations when being routed to.

NO_GLUE_TO_PERIMETER

public static final int NO_GLUE_TO_PERIMETER

Don’t glue to the perimeter of this shape. Glue to the shape’s alignment box instead.

NO_MOVE_ALLOW_SHAPES_PLACED

public static final int NO_MOVE_ALLOW_SHAPES_PLACED

Don’t move this shape but do allow other placeable shapes to be placed on it.

NO_MOVE_AND_NO_ALLOW_SHAPES_PLACED

public static final int NO_MOVE_AND_NO_ALLOW_SHAPES_PLACED

Don’t move this shape and do not allow other placeable shapes to be placed on it.

NO_MOVE_USING_LAY_OUT_SHAPES

public static final int NO_MOVE_USING_LAY_OUT_SHAPES

Don’t move this shape when using the Lay Out Shapes command in Microsoft Visio.

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