Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Class and Description |
---|---|
class |
MapperRegistry
A simple
HashMap -based implementation of the IMapperRegistry interface. |
Modifier and Type | Method and Description |
---|---|
IMapperRegistry |
IGraph.getMapperRegistry()
Gets the mapper registry that is associated with this graph instance.
|
IMapperRegistry |
DefaultGraph.getMapperRegistry()
Gets the mapper registry that is associated with this graph instance.
|
IMapperRegistry |
AbstractGraphWrapper.getMapperRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraph.setMapperRegistry(IMapperRegistry value)
Sets the mapper registry that is associated with this graph instance.
|