Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputHandler<TKey,TData>
Convenience abstract base implementation of the
IOutputHandler interface. |
class |
MapperOutputHandler<TKey,TData>
An implementation of the
AbstractOutputHandler class, that uses an IMapper to retrieve the values to
output for each item and a Serializer callback for the serialization or delegates to the IWriteContext.serialize(Type, IWriteContext, java.lang.Object)
callback. |
Modifier and Type | Method and Description |
---|---|
IEnumerable<IOutputHandler> |
QueryOutputHandlersEventArgs.getHandlers()
The
IOutputHandler s that have been registered on this event argument instance so far. |
Iterable<IOutputHandler> |
GraphMLWriter.getOutputHandlers(IWriteContext context,
KeyScope scope)
Dynamically retrieve all
IOutputHandler that should be used for the current write process. |
Modifier and Type | Method and Description |
---|---|
void |
QueryOutputHandlersEventArgs.addOutputHandler(IOutputHandler handler)
Adds the given output handler to the set of registered output handlers for the given scope.
|