Layout

Inheritance: java.lang.Object

public class Layout

Contains elements that control shape placement and connector routing settings.

Methods

MethodDescription
equals(Object arg0)
getClass()
getConFixedCode()Determines when a connector reroutes.
getConLineJumpCode()Determines whether a connector jumps when two connectors cross,
getConLineJumpDirX()Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
getConLineJumpDirY()Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.
getConLineJumpStyle()Determines the line jump style for line jumps on a dynamic connector.
getConLineRouteExt()Determines the appearance of a connector.
getDel()A flag indicating whether the element has been deleted locally.
getDisplayLevel()Determines the display level band (the relative range of Z-order grouping) for the shape.
getRelationships()Stores the relationships between containers, lists, callouts, and shapes.
getShapeFixedCode()Specifies placement behavior for a placeable shape.
getShapePermeablePlace()Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).
getShapePermeableX()Specifies whether a connector can route horizontally through a shape.
getShapePermeableY()Specifies whether a connector can route vertically through a shape.
getShapePlaceFlip()Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).
getShapePlaceStyle()Determines the placement style for children.
getShapePlowCode()Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
getShapeRouteStyle()Specifies the routing style and direction for a connector on the drawing page.
getShapeSplit()Determines whether this shape can split shapes that are splittable.
getShapeSplittable()Determines whether this 1-D shape can be split.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
setShapePlaceStyle(ShapePlaceStyle value)For the description of this property, please see getShapePlaceStyle()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getConFixedCode()

public ConFixedCode getConFixedCode()

Determines when a connector reroutes.

Returns: ConFixedCode

getConLineJumpCode()

public ConLineJumpCode getConLineJumpCode()

Determines whether a connector jumps when two connectors cross,

Returns: ConLineJumpCode

getConLineJumpDirX()

public ConLineJumpDirX getConLineJumpDirX()

Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.

Returns: ConLineJumpDirX

getConLineJumpDirY()

public ConLineJumpDirY getConLineJumpDirY()

Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.

Returns: ConLineJumpDirY

getConLineJumpStyle()

public ConLineJumpStyle getConLineJumpStyle()

Determines the line jump style for line jumps on a dynamic connector.

Returns: ConLineJumpStyle

getConLineRouteExt()

public ConLineRouteExt getConLineRouteExt()

Determines the appearance of a connector.

Returns: ConLineRouteExt

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getDisplayLevel()

public IntValue getDisplayLevel()

Determines the display level band (the relative range of Z-order grouping) for the shape.

Returns: IntValue

getRelationships()

public BoolValue getRelationships()

Stores the relationships between containers, lists, callouts, and shapes.

Returns: BoolValue

getShapeFixedCode()

public ShapeFixedCode getShapeFixedCode()

Specifies placement behavior for a placeable shape.

Returns: ShapeFixedCode

getShapePermeablePlace()

public BoolValue getShapePermeablePlace()

Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).

Returns: BoolValue

getShapePermeableX()

public BoolValue getShapePermeableX()

Specifies whether a connector can route horizontally through a shape.

Returns: BoolValue

getShapePermeableY()

public BoolValue getShapePermeableY()

Specifies whether a connector can route vertically through a shape.

Returns: BoolValue

getShapePlaceFlip()

public ShapePlaceFlip getShapePlaceFlip()

Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).

Returns: ShapePlaceFlip

getShapePlaceStyle()

public ShapePlaceStyle getShapePlaceStyle()

Determines the placement style for children.

Returns: ShapePlaceStyle

getShapePlowCode()

public ShapePlowCode getShapePlowCode()

Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.

Returns: ShapePlowCode

getShapeRouteStyle()

public ShapeRouteStyle getShapeRouteStyle()

Specifies the routing style and direction for a connector on the drawing page.

Returns: ShapeRouteStyle

getShapeSplit()

public BoolValue getShapeSplit()

Determines whether this shape can split shapes that are splittable.

Returns: BoolValue

getShapeSplittable()

public BoolValue getShapeSplittable()

Determines whether this 1-D shape can be split.

Returns: BoolValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

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

Parameters:

ParameterTypeDescription
valueint

setShapePlaceStyle(ShapePlaceStyle value)

public void setShapePlaceStyle(ShapePlaceStyle value)

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

Parameters:

ParameterTypeDescription
valueShapePlaceStyle

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