LayoutDirection

Contents
[ ]

Inheritance: java.lang.Object

public final class LayoutDirection

Used to set direction of layout.

Fields

Field Description
BOTTOM_TO_TOP Places shape from bottom to top.
DOWN_THEN_LEFT Places shapes first to the down and then left.
DOWN_THEN_RIGHT Places shapes first to the down and then right.
LEFT_THEN_DOWN Places shapes first to the left and then down.
LEFT_TO_RIGHT Places shape from left to right .
RIGHT_THEN_DOWN Places shapes first to the right and then down.
RIGHT_TO_LEFT Places shape from right to left.
TOP_TO_BOTTOM Places shape from top to bottom.

Methods

Method Description
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:

Parameter Type Description
arg0 java.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:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int