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<IEdge,IEdgeReconnectionPortCandidateProvider> |
EdgeDecorator.getEdgeReconnectionPortCandidateProviderDecorator()
Gets a
LookupDecorator that decorates the IEdgeReconnectionPortCandidateProvider type for the
IEdge s of the graph this instance has been created for. |
Modifier and Type | Field and Description |
---|---|
static IEdgeReconnectionPortCandidateProvider |
IEdgeReconnectionPortCandidateProvider.ALL_NODE_AND_EDGE_CANDIDATES
Creates an implementation of the
IEdgeReconnectionPortCandidateProvider interface that returns a union of all source port candidates
or
target port candidates ,
respectively, of nodse and edges in the graph. |
static IEdgeReconnectionPortCandidateProvider |
IEdgeReconnectionPortCandidateProvider.ALL_NODE_CANDIDATES
Creates an implementation of the
IEdgeReconnectionPortCandidateProvider interface that returns a union of all source port candidates
or
target port candidates ,
respectively, of nodes in the graph. |
Modifier and Type | Method and Description |
---|---|
static IEdgeReconnectionPortCandidateProvider |
IEdgeReconnectionPortCandidateProvider.fromSourceAndTarget(IEdge edge)
Creates an implementation of the
IEdgeReconnectionPortCandidateProvider interface that returns the candidates
provided by the source and target port's owner's IPortCandidateProvider
implementations or the existing edge's port, if no such provider is registered. |