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
| Constructor | Description |
|---|---|
| LayoutOptions() | Initializes a new instance of LayoutOptions. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setEnlargePage(boolean value)
public void setEnlargePage(boolean value)
For the description of this property, please see getEnlargePage()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setLayoutStyle(int value)
public void setLayoutStyle(int value)
For the description of this property, please see getLayoutStyle()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setSpaceShapes(float value)
public void setSpaceShapes(float value)
For the description of this property, please see getSpaceShapes()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float |
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 |