| Package | com.yworks.graph.input |
| Class | public class CompoundMovePortHandleProvider |
| Inheritance | CompoundMovePortHandleProvider Object |
| Implements | IHandleProvider |
CompoundMovePortHandle
instances for the source and target ports of an edge.
See also
| Method | Defined By | ||
|---|---|---|---|
| CompoundMovePortHandleProvider | |||
Returns a collection of zero or more IHandle implementations
that are associated with this instance. | CompoundMovePortHandleProvider | ||
| CompoundMovePortHandleProvider | () | Constructor |
| getHandles | () | method |
public function getHandles(context:IInputModeContext):Collection
Returns a collection of zero or more IHandle implementations
that are associated with this instance.
Parameters
context:IInputModeContext |
Collection — A collection of handles.
|