Classes

  ClassDescription
Public classDownloadHandler
Simple download handler that takes the request from a client and creates a file download for it.
Public classExportHandler
Simple export servlet that takes the export data from the request and creates a file download for it.
Public classGraphDecoder
Public classGraphRoundtripSupport
Utility class that helps during Graph roundtrips to the client.
Public classLoadGraphHandler
Simple abstract handler that can send a GraphML file from the server to the flash client. Subclasses need to override GetInputStream(HttpContext) to return a stream to send to the client for a given request.
Public classSaveGraphHandler
Simple abstract base http handler that can read a GraphML file from the client and write it to a stream.
Public classUploadHandler
Simple upload handler that takes the request from a client and sends the content back in the response.
Public classXmlArrow
An Arrow inplementation that stores the XmlNode containing a serialized arrow instance.
Public classXmlEdgeStyle
An xml style implementation for IEdges.
Public classXmlEdgeStyleRenderer
A style renderer for IEdges.
Public classXmlLabelStyle
An xml style implementation for ILabels.
Public classXmlLabelStyleRenderer
A style renderer for ILabels.
Public classXmlNodeStyle
An xml style implementation for INodes.
Public classXmlNodeStyleRenderer
A style renderer for INodes.
Public classXmlPortStyle
An xml style implementation for IPorts.
Public classXmlPortStyleRenderer
A style renderer for IPorts.
Public classXmlStyle<(Of <(<'TModelItem, TStyle>)>)>
A style that can be used for style roundtripping and manipulation if a style used on the client cannot be properly deserialized to a style implementation contained in yFiles.NET.
Public classXmlStyleInputHandler<(Of <(<'TModelItem, TStyle, TXmlStyle>)>)>
A style input handler that uses an XmlStyleDeserializer instance if no other IDeserializer is found for a given style xml element.
Public classXmlStyleRenderer<(Of <(<'TModelItem, TStyle, TSubStyle>)>)>
A style renderer that renders XmlStyle<(Of <(<'TModelItem, TStyle>)>)>s.
Public classXmlStyleTools
Support methods for xml styles.
Public classXmlSupport