LayoutOptions

Inheritance: java.lang.Object

public class LayoutOptions

Used to specify style and additional options of layout of shapes to perform Re-Layout of page(pages).

Constructors

ConstructorDescription
LayoutOptions()Initializes a new instance of LayoutOptions.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDirection()Used to set direction of shapes layout.
getEnlargePage()Defines whether need enlarge page to fit drawing or not.
getLayoutStyle()Used to specify style of layout.
getSpaceShapes()Defines the spacing between the shapes in inches.
hashCode()
notify()
notifyAll()
setDirection(int value)For the description of this property, please see getDirection()
setEnlargePage(boolean value)For the description of this property, please see getEnlargePage()
setLayoutStyle(int value)For the description of this property, please see getLayoutStyle()
setSpaceShapes(float value)For the description of this property, please see getSpaceShapes()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LayoutOptions()

public LayoutOptions()

Initializes a new instance of LayoutOptions.

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

getDirection()

public int getDirection()

Used to set direction of shapes layout. Default value is TopToBottom.

Returns: int

getEnlargePage()

public boolean getEnlargePage()

Defines whether need enlarge page to fit drawing or not. Default value is false.

Returns: boolean

getLayoutStyle()

public int getLayoutStyle()

Used to specify style of layout. Default value is FlowChart.

Returns: int

getSpaceShapes()

public float getSpaceShapes()

Defines the spacing between the shapes in inches. Default value 0.3 inch ~ 7.5 mm.

Returns: float

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDirection(int value)

public void setDirection(int value)

For the description of this property, please see getDirection()

Parameters:

ParameterTypeDescription
valueint

setEnlargePage(boolean value)

public void setEnlargePage(boolean value)

For the description of this property, please see getEnlargePage()

Parameters:

ParameterTypeDescription
valueboolean

setLayoutStyle(int value)

public void setLayoutStyle(int value)

For the description of this property, please see getLayoutStyle()

Parameters:

ParameterTypeDescription
valueint

setSpaceShapes(float value)

public void setSpaceShapes(float value)

For the description of this property, please see getSpaceShapes()

Parameters:

ParameterTypeDescription
valuefloat

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