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 void |
LabelSnapContext.onCollectSnapLines(CollectLabelSnapLineEventArgs args)
Raises the
CollectSnapLines event. |
Modifier and Type | Method and Description |
---|---|
void |
LabelSnapContext.addCollectSnapLinesListener(IEventHandler<CollectLabelSnapLineEventArgs> collectSnapLinesEvent)
Adds the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect SnapLine s. |
void |
LabelSnapContext.removeCollectSnapLinesListener(IEventHandler<CollectLabelSnapLineEventArgs> collectSnapLinesEvent)
Removes the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect SnapLine s. |