LayoutDirection

Inheritance: java.lang.Object

public final class LayoutDirection

Used to set direction of layout.

Fields

FieldDescription
BOTTOM_TO_TOPPlaces shape from bottom to top.
DOWN_THEN_LEFTPlaces shapes first to the down and then left.
DOWN_THEN_RIGHTPlaces shapes first to the down and then right.
LEFT_THEN_DOWNPlaces shapes first to the left and then down.
LEFT_TO_RIGHTPlaces shape from left to right .
RIGHT_THEN_DOWNPlaces shapes first to the right and then down.
RIGHT_TO_LEFTPlaces shape from right to left.
TOP_TO_BOTTOMPlaces shape from top to bottom.

Methods

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

BOTTOM_TO_TOP

public static final int BOTTOM_TO_TOP

Places shape from bottom to top. It makes sense only when Flowchart style is chosen.

DOWN_THEN_LEFT

public static final int DOWN_THEN_LEFT

Places shapes first to the down and then left. It makes sense only when CompactTree style is chosen.

DOWN_THEN_RIGHT

public static final int DOWN_THEN_RIGHT

Places shapes first to the down and then right. It makes sense only when CompactTree style is chosen.

LEFT_THEN_DOWN

public static final int LEFT_THEN_DOWN

Places shapes first to the left and then down. It makes sense only when CompactTree style is chosen.

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT

Places shape from left to right . It makes sense only when Flowchart style is chosen.

RIGHT_THEN_DOWN

public static final int RIGHT_THEN_DOWN

Places shapes first to the right and then down. It makes sense only when CompactTree style is chosen.

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT

Places shape from right to left. It makes sense only when Flowchart style is chosen.

TOP_TO_BOTTOM

public static final int TOP_TO_BOTTOM

Places shape from top to bottom. It makes sense only when Flowchart style is chosen.

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