Class WiresNoneLayoutContainer
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.WiresNoneLayoutContainer
-
- All Implemented Interfaces:
com.ait.lienzo.client.core.shape.wires.LayoutContainer
public class WiresNoneLayoutContainer extends Object implements com.ait.lienzo.client.core.shape.wires.LayoutContainer
-
-
Constructor Summary
Constructors Constructor Description WiresNoneLayoutContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.wires.LayoutContaineradd(com.ait.lienzo.client.core.shape.IPrimitive<?> child)com.ait.lienzo.client.core.shape.wires.LayoutContaineradd(com.ait.lienzo.client.core.shape.IPrimitive<?> child, com.ait.lienzo.client.core.shape.wires.LayoutContainer.Layout layout)voiddestroy()com.ait.lienzo.client.core.shape.wires.LayoutContainerexecute()com.ait.lienzo.client.core.shape.GroupgetGroup()com.ait.lienzo.client.core.shape.wires.LayoutContainerrefresh()com.ait.lienzo.client.core.shape.wires.LayoutContainerremove(com.ait.lienzo.client.core.shape.IPrimitive<?> child)com.ait.lienzo.client.core.shape.wires.LayoutContainersetOffset(com.ait.lienzo.client.core.types.Point2D offset)com.ait.lienzo.client.core.shape.wires.LayoutContainersetSize(double width, double height)
-
-
-
Method Detail
-
setOffset
public com.ait.lienzo.client.core.shape.wires.LayoutContainer setOffset(com.ait.lienzo.client.core.types.Point2D offset)
- Specified by:
setOffsetin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
setSize
public com.ait.lienzo.client.core.shape.wires.LayoutContainer setSize(double width, double height)- Specified by:
setSizein interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
add
public com.ait.lienzo.client.core.shape.wires.LayoutContainer add(com.ait.lienzo.client.core.shape.IPrimitive<?> child)
- Specified by:
addin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
add
public com.ait.lienzo.client.core.shape.wires.LayoutContainer add(com.ait.lienzo.client.core.shape.IPrimitive<?> child, com.ait.lienzo.client.core.shape.wires.LayoutContainer.Layout layout)- Specified by:
addin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
remove
public com.ait.lienzo.client.core.shape.wires.LayoutContainer remove(com.ait.lienzo.client.core.shape.IPrimitive<?> child)
- Specified by:
removein interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
execute
public com.ait.lienzo.client.core.shape.wires.LayoutContainer execute()
- Specified by:
executein interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
refresh
public com.ait.lienzo.client.core.shape.wires.LayoutContainer refresh()
- Specified by:
refreshin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
getGroup
public com.ait.lienzo.client.core.shape.Group getGroup()
- Specified by:
getGroupin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
destroy
public void destroy()
- Specified by:
destroyin interfacecom.ait.lienzo.client.core.shape.wires.LayoutContainer
-
-