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 | Class and Description |
---|---|
class |
EdgeDefaults
A canonic implementation of the
IEdgeDefaults interface. |
Modifier and Type | Method and Description |
---|---|
IEdgeDefaults |
IGraph.getEdgeDefaults()
Gets the defaults for normal edges.
|
IEdgeDefaults |
DefaultGraph.getEdgeDefaults() |
IEdgeDefaults |
AbstractGraphWrapper.getEdgeDefaults() |
Modifier and Type | Method and Description |
---|---|
void |
IGraph.setEdgeDefaults(IEdgeDefaults value)
Sets the defaults for normal edges.
|
void |
DefaultGraph.setEdgeDefaults(IEdgeDefaults value) |
void |
AbstractGraphWrapper.setEdgeDefaults(IEdgeDefaults value) |
Modifier and Type | Method and Description |
---|---|
IEdgeDefaults |
CreateEdgeInputMode.getEdgeDefaults()
Convenience property for customizing the appearance of newly created edges.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateEdgeInputMode.setEdgeDefaults(IEdgeDefaults value)
Convenience property for customizing the appearance of newly created edges.
|