| 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. |
| 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 |
|---|---|
<T extends IModelItem> |
GraphModelManager.createHitTester(Class<T> itemType)
Gets a
IHitTester that can be used to enumerate hits on the canvas at a given world coordinate position. |
IHitTester<IModelItem> |
GraphModelManager.getHitTester()
Gets a
IHitTester that can be used to enumerate hits on the canvas at a given world coordinate position. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBendHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
IBends. |
interface |
IEdgeHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
IEdges. |
interface |
ILabelHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
ILabels. |
interface |
ILabelOwnerHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
ILabelOwner. |
interface |
INodeHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
INodes. |
interface |
IPortHitTester
This is a flagging interface for instances of
IHitTester that enumerate over a collection of
IPorts. |
| Modifier and Type | Method and Description |
|---|---|
IHitTester<IModelItem> |
GraphEditorInputMode.getHitTester()
Gets the hitTester property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphEditorInputMode.setHitTester(IHitTester<IModelItem> value)
Sets the hitTester property.
|