Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
protected SimpleEdge |
PortRelocationHandle.createDummyEdge(IEdge edge)
Factory method that creates the dummy edge that will be shown during the drag operation.
|
protected SimpleEdge |
PortRelocationHandle.getDummyEdge()
Gets the dummy edge this instance uses during the edit.
|
Modifier and Type | Method and Description |
---|---|
protected IVisualCreator |
PortRelocationHandle.createDummyEdgeVisualCreator(SimpleEdge dummy)
Factory method that creates a dummy paintable for the dummy edge during the drag operation.
|
protected void |
PortRelocationHandle.setToPortCandidate(SimpleEdge dummy,
boolean source,
IPortCandidate portCandidate)
Updates the dummy edge's visual appearance to reflect the new port candidate.
|