Classes
| Class | Description | |
|---|---|---|
| DownloadHandler |
Simple download handler that takes the request from
a client and creates a file download for it.
| |
| ExportHandler |
Simple export servlet that takes the export data
from the request and creates a file download for it.
| |
| GraphDecoder | ||
| GraphRoundtripSupport |
Utility class that helps during Graph roundtrips to the client.
| |
| LoadGraphHandler |
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.
| |
| SaveGraphHandler |
Simple abstract base http handler that can read a GraphML file from the client and write it to a stream.
| |
| UploadHandler |
Simple upload handler that takes the request from
a client and sends the content back in the response.
| |
| XmlArrow |
An Arrow inplementation that stores the XmlNode
containing a serialized arrow instance.
| |
| XmlEdgeStyle |
An xml style implementation for IEdges.
| |
| XmlEdgeStyleRenderer |
A style renderer for IEdges.
| |
| XmlLabelStyle |
An xml style implementation for ILabels.
| |
| XmlLabelStyleRenderer |
A style renderer for ILabels.
| |
| XmlNodeStyle |
An xml style implementation for INodes.
| |
| XmlNodeStyleRenderer |
A style renderer for INodes.
| |
| XmlPortStyle |
An xml style implementation for IPorts.
| |
| XmlPortStyleRenderer |
A style renderer for IPorts.
| |
| XmlStyle<(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.
| |
| XmlStyleInputHandler<(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.
| |
| XmlStyleRenderer<(Of <(<'TModelItem, TStyle, TSubStyle>)>)> |
A style renderer that renders XmlStyle<(Of <(<'TModelItem, TStyle>)>)>s.
| |
| XmlStyleTools |
Support methods for xml styles.
| |
| XmlSupport |