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.createMapperOutputHandler(Class<TKey> modelItemType,
Class<TData> dataType,
String name,
IMapper<TKey,TData> mapper,
IEventHandler<HandleSerializationEventArgs> serializationCallback)
Convenience factory method that can create an instance of several predefined
IOutputHandler implementations that
match the provided TKey and TData . |