Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
protected DefaultSelectionModel<IBend> |
GraphSelection.createBendSelectionModel()
Factory method that creates the
DefaultSelectionModel to use for the bends. |
protected DefaultSelectionModel<IEdge> |
GraphSelection.createEdgeSelectionModel()
Factory method that creates the
DefaultSelectionModel to use for the edges. |
protected DefaultSelectionModel<ILabel> |
GraphSelection.createLabelSelectionModel()
Factory method that creates the
DefaultSelectionModel to use for the labels. |
protected DefaultSelectionModel<INode> |
GraphSelection.createNodeSelectionModel()
Factory method that creates the
DefaultSelectionModel to use for the nodes. |
protected DefaultSelectionModel<IPort> |
GraphSelection.createPortSelectionModel()
Factory method that creates the
DefaultSelectionModel to use for the ports. |