Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
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 |
---|---|
LookupDecorator<IPort,ISnapLineProvider> |
PortDecorator.getSnapLineProviderDecorator()
Gets a
LookupDecorator that decorates the ISnapLineProvider for the
IPort s this instance has been created for. |
LookupDecorator<INode,ISnapLineProvider> |
NodeDecorator.getSnapLineProviderDecorator()
Gets a
LookupDecorator that decorates the ISnapLineProvider for the
INode s this instance has been created for. |
LookupDecorator<IEdge,ISnapLineProvider> |
EdgeDecorator.getSnapLineProviderDecorator()
Gets a
LookupDecorator that decorates the ISnapLineProvider for the
IEdge s this instance has been created for. |
Modifier and Type | Class and Description |
---|---|
class |
EdgeSnapLineProvider
Simple implementation of the
ISnapLineProvider interface that can be used to add snap lines for orthogonally
routed IEdge s. |
class |
NodeSnapLineProvider
|
Modifier and Type | Method and Description |
---|---|
protected IEnumerable<OrthogonalSnapLine> |
CreateEdgeInputMode.getDummyEdgeSnapLines(GraphSnapContext context,
ISnapLineProvider provider)
Gets the snap lines lines that are induced by the current dummy edge.
|