Contains classes and interfaces for reading and writing yFiles Java compatible GraphML files.



Interfaces
 InterfaceDescription
 IEdgeRealizerSerializer Interface for reading and/or writing edge graphics information written/to be parsed by yFiles Java
 ILabelElementSelector This interface can be implemented by realizer serializers so they can determine the label elements that will be parsed by the ReadLabelRealizerHandler.
 ILabelSerializer Interface for reading and/or writing label graphics information written/to be parsed by yFiles Java
 INodeRealizerSerializer Interface for reading and/or writing node graphics information written/to be parsed by yFiles Java
 IReadResourceHandler Interface for classes that provide methods to manage shared object resources for the parse process
 IRealizerSerializer Base Interface for classes that can read and/or write GraphML graphics information written/to be parsed by yFiles Java.
 IResourceDescriptor 
 IResourceEncoder 
 IWriteResourceHandler Interface for classes that provide methods to manage shared object resources for the output process
Classes
 ClassDescription
 AbstractEdgeRealizerSerializer Abstract base class for realizerserializers that can read and/or write edge graphics information written/to be parsed by yFiles Java
 AbstractJavaNodeRealizerSerializer Abstract serializer for NodeRealizers for use with the yFiles Java library.
 AbstractNodeRealizerSerializer Abstract base class for realizerserializers that can read and/or write node graphics information written/to be parsed by yFiles Java
 CompatResourceInputHandler 
 CompatResourceOutputHandler 
 GraphicsSerializationToolkit Provides static helper functions for parsing and writing graphml files.
 ImageNodeStyleRealizerSerializer An IRealizerSerializer that can read y:ImageNode and y:SVGNode elements written by yFiles Java.
 JavaGroupNodeRealizerSerializer 
 JavaImageNodeRealizerSerializer Serializer for JavaImageNodeStyle.
 JavaShapeNodeRealizerSerializer The serializer for JavaShapeNodeStyle
 PolylineEdgeStyleRealizerSerializer An IRealizerSerializer that can read y:PolyLineEdge elements written by yFiles Java and write PolylineEdgeStyles to y:PolyLineEdge elements.
 ProxyNodeRealizerSerializer A realizer serializer that parses yFiles Java ProxyShapeNodeRealizer and ProxyAutoBoundsNodeRealizer instances.
 ReadEdgeRealizerHandler Input handler that delegates deserialization to IRealizerSerializer instances.
 ReadLabelRealizerHandler Input handler that delegates deserialization to IRealizerSerializer instances.
 ReadNodeRealizerHandler Input handler that delegates deserialization to IRealizerSerializer instances.
 RealizerSerializerManager Handler class that allows instance specific management of RealizerSerializers
 ShapeNodeStyleRealizerSerializer An IRealizerSerializer that can read y:ShapeNode elements written by yFiles Java and write ShapeNodeStyle instances into y:ShapeNode elements readable by yFiles Java.
 SimpleLabelRealizerSerializer Parses edge and node labels written by yFiles Java.
 WriteEdgeRealizerHandler Output handler that delegates serialization to IEdgeRealizerSerializer instances.
 WriteNodeRealizerHandler Output handler that delegates serialization to INodeRealizerSerializer instances.