ShapePlaceStyleValue

Inheritance: java.lang.Object

public final class ShapePlaceStyleValue

Determines the placement style for children.

Fields

FieldDescription
PLACE_BOTTOM_TO_TOPPlace bottom to top.
PLACE_CIRCULARPlace circular.
PLACE_COMPACT_DOWN_LEFTPlace compact down left.
PLACE_COMPACT_DOWN_RIGHTPlace compact down right.
PLACE_COMPACT_LEFT_DOWNPlace compact left down.
PLACE_COMPACT_LEFT_UPPlace compact left up.
PLACE_COMPACT_RIGHT_DOWNPlace compact right down.
PLACE_COMPACT_RIGHT_UPPlace compact right up.
PLACE_COMPACT_UP_LEFTPlace compact up left.
PLACE_COMPACT_UP_RIGHTPlace compact up right.
PLACE_DEFAULTPlace default.
PLACE_HIERARCHY_BOTTOM_TO_CENTERPlace hierarchy bottom to center.
PLACE_HIERARCHY_BOTTOM_TO_LEFTPlace hierarchy bottom to left.
PLACE_HIERARCHY_BOTTOM_TO_RIGHTPlace hierarchy bottom to right.
PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOMplace hierarchy left to right bottom.
PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLEPlace hierarchy left to right middle.
PLACE_HIERARCHY_LEFT_TO_RIGHT_TOPPlace hierarchy left to right top.
PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOMPlace hierarchy right to left bottom.
PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLEPlace hierarchy right to left top.
PLACE_HIERARCHY_RIGHT_TO_LEFT_TOPPlace hierarchy right to left top.
PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTERPlace hierarchy top to bottom center.
PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFTPlace hierarchy top to bottom left.
PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHTPlace hierarchy top to bottom right.
PLACE_PARENT_DEFAULTPlace parent default.
PLACE_RADIALPlace radial.
PLACE_RIGHT_TO_LEFTPlace right to left.
PLACE_TOP_TO_BOTTOMPlace top to bottom.
PLACE_TO_RIGHTPlace to right.
UNDEFINEDUndefined.

Methods

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

PLACE_BOTTOM_TO_TOP

public static final int PLACE_BOTTOM_TO_TOP

Place bottom to top.

PLACE_CIRCULAR

public static final int PLACE_CIRCULAR

Place circular.

PLACE_COMPACT_DOWN_LEFT

public static final int PLACE_COMPACT_DOWN_LEFT

Place compact down left.

PLACE_COMPACT_DOWN_RIGHT

public static final int PLACE_COMPACT_DOWN_RIGHT

Place compact down right.

PLACE_COMPACT_LEFT_DOWN

public static final int PLACE_COMPACT_LEFT_DOWN

Place compact left down.

PLACE_COMPACT_LEFT_UP

public static final int PLACE_COMPACT_LEFT_UP

Place compact left up.

PLACE_COMPACT_RIGHT_DOWN

public static final int PLACE_COMPACT_RIGHT_DOWN

Place compact right down.

PLACE_COMPACT_RIGHT_UP

public static final int PLACE_COMPACT_RIGHT_UP

Place compact right up.

PLACE_COMPACT_UP_LEFT

public static final int PLACE_COMPACT_UP_LEFT

Place compact up left.

PLACE_COMPACT_UP_RIGHT

public static final int PLACE_COMPACT_UP_RIGHT

Place compact up right.

PLACE_DEFAULT

public static final int PLACE_DEFAULT

Place default.

PLACE_HIERARCHY_BOTTOM_TO_CENTER

public static final int PLACE_HIERARCHY_BOTTOM_TO_CENTER

Place hierarchy bottom to center.

PLACE_HIERARCHY_BOTTOM_TO_LEFT

public static final int PLACE_HIERARCHY_BOTTOM_TO_LEFT

Place hierarchy bottom to left.

PLACE_HIERARCHY_BOTTOM_TO_RIGHT

public static final int PLACE_HIERARCHY_BOTTOM_TO_RIGHT

Place hierarchy bottom to right.

PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_BOTTOM

place hierarchy left to right bottom.

PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_MIDDLE

Place hierarchy left to right middle.

PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP

public static final int PLACE_HIERARCHY_LEFT_TO_RIGHT_TOP

Place hierarchy left to right top.

PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_BOTTOM

Place hierarchy right to left bottom.

PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_MIDDLE

Place hierarchy right to left top.

PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP

public static final int PLACE_HIERARCHY_RIGHT_TO_LEFT_TOP

Place hierarchy right to left top.

PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_CENTER

Place hierarchy top to bottom center.

PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_LEFT

Place hierarchy top to bottom left.

PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT

public static final int PLACE_HIERARCHY_TOP_TO_BOTTOM_RIGHT

Place hierarchy top to bottom right.

PLACE_PARENT_DEFAULT

public static final int PLACE_PARENT_DEFAULT

Place parent default.

PLACE_RADIAL

public static final int PLACE_RADIAL

Place radial.

PLACE_RIGHT_TO_LEFT

public static final int PLACE_RIGHT_TO_LEFT

Place right to left.

PLACE_TOP_TO_BOTTOM

public static final int PLACE_TOP_TO_BOTTOM

Place top to bottom.

PLACE_TO_RIGHT

public static final int PLACE_TO_RIGHT

Place to right.

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