Class LayoutNode
java.lang.Object
com.independentsoft.office.diagrams.LayoutNode
- All Implemented Interfaces:
IElement,ILayoutNodeElement
The Class LayoutNode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the child order.Gets the elements.Gets the move with.getName()Gets the name.Gets the style label.voidsetChildOrder(ChildOrder childOrder)Sets the child order.voidsetMoveWith(String moveWith)Sets the move with.voidSets the name.voidsetStyleLabel(String styleLabel)Sets the style label.toString()
-
Constructor Details
-
LayoutNode
public LayoutNode()Instantiates a new layout node.
-
-
Method Details
-
clone
-
toString
-
getElements
Gets the elements.- Returns:
- the elements
-
getChildOrder
Gets the child order.- Returns:
- the child order
-
setChildOrder
Sets the child order.- Parameters:
childOrder- the new child order
-
getMoveWith
Gets the move with.- Returns:
- the move with
-
setMoveWith
Sets the move with.- Parameters:
moveWith- the new move with
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getStyleLabel
Gets the style label.- Returns:
- the style label
-
setStyleLabel
Sets the style label.- Parameters:
styleLabel- the new style label
-