Class StunnerWiresShapeControl
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.wires.DelegateWiresShapeControl
-
- org.kie.workbench.common.stunner.client.lienzo.wires.StunnerWiresShapeControl
-
- All Implemented Interfaces:
com.ait.lienzo.client.core.shape.wires.handlers.WiresBoundsConstraintControl,com.ait.lienzo.client.core.shape.wires.handlers.WiresBoundsConstraintControl.SupportsOptionalBounds<DelegateWiresShapeControl>,com.ait.lienzo.client.core.shape.wires.handlers.WiresControl,com.ait.lienzo.client.core.shape.wires.handlers.WiresMouseControl,com.ait.lienzo.client.core.shape.wires.handlers.WiresMoveControl,com.ait.lienzo.client.core.shape.wires.handlers.WiresShapeControl
public class StunnerWiresShapeControl extends DelegateWiresShapeControl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ait.lienzo.client.core.shape.wires.handlers.WiresBoundsConstraintControl
com.ait.lienzo.client.core.shape.wires.handlers.WiresBoundsConstraintControl.SupportsOptionalBounds<T extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.wires.handlers.impl.WiresShapeControlImplgetDelegate()voidonMoveStart(double x, double y)-
Methods inherited from class org.kie.workbench.common.stunner.client.lienzo.wires.DelegateWiresShapeControl
accept, clear, destroy, execute, getAdjust, getAlignAndDistributeControl, getContainmentControl, getDockingControl, getMagnetsControl, getParentPickerControl, isAccepted, isOutOfBounds, onMouseClick, onMouseDown, onMouseUp, onMove, onMoveComplete, reset, setAlignAndDistributeControl, setLocationBounds, useIndex
-
-
-
-
Method Detail
-
onMoveStart
public void onMoveStart(double x, double y)- Specified by:
onMoveStartin interfacecom.ait.lienzo.client.core.shape.wires.handlers.WiresMoveControl- Overrides:
onMoveStartin classDelegateWiresShapeControl
-
getDelegate
public com.ait.lienzo.client.core.shape.wires.handlers.impl.WiresShapeControlImpl getDelegate()
- Specified by:
getDelegatein classDelegateWiresShapeControl
-
-