Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
static <TKey,TData> |
GraphMLIOHandler.createMapperInputHandler(Class<TKey> modelItemType,
Class<TData> dataType,
IMapper<TKey,TData> mapper,
IEventHandler<HandleDeserializationEventArgs> deserializationCallback)
Convenience factory method that can create an instance of several predefined
IInputHandler implementations that
match the provided TKey and TData . |