A B C D E F G I L M N O P R S T U V W X Y

A

ATTR_NAME - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Name attribute of a key definition.
ATTR_NAME_LABELLIST - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes the labels of a node/edge.
ATTR_NAME_SHARED_DATA - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes the shared data section.
ATTR_NAME_STYLE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Value of a key definition's name attribute for a handler that reads/writes styles.
ATTR_TYPE - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Type attribute of a key definition.
ATTR_TYPE_COMPLEX - Static variable in class com.yworks.yfiles.server.graphml.flexio.Constants
Complex attribute type.
AbstractDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer.
Abstract IDeserializer implementation that provides a default implementation of canHandle.
AbstractDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
 
AbstractEdgeStyle - class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle.
Abstract base class for yFiles FLEX IEdgeStyle data objects.
AbstractEdgeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle
 
AbstractEdgeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer.
 
AbstractEdgeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
AbstractEdgeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer.
 
AbstractEdgeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractEdgeStyleSerializer
 
AbstractGraphRoundtripSupport - class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport.
Common base class for the server-side roundtrip support classes.
AbstractGraphRoundtripSupport() - Constructor for class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
 
AbstractSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer.
Abstract implementation of a serializer.
AbstractSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
 
AdvancedStroke - class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke.
Compatibility class for the yFiles FLEX GraphML format.
AdvancedStroke() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke
 
Arrow - class com.yworks.yfiles.server.graphml.flexio.data.Arrow.
A yFiles FLEX arrow data object.
Arrow() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.Arrow
 
ArrowDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer.
 
ArrowDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer
 
ArrowSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer.
 
ArrowSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
 
acceptKey(NamedNodeMap, int) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
acceptKey(NamedNodeMap, int) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
 
acceptKey(NamedNodeMap, int) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleInputHandler
 
acceptKey(NamedNodeMap, int) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
 
acceptKey(NamedNodeMap, int) - Method in class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
This method defines whether a specific key/data pair is handled by the input handler.
addAttribute(DataMap, String, int, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a GraphML attribute with node scope that holds data of simple type.
addDeserializer(IDeserializer) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultSerializerRegistry
 
addDeserializer(IDeserializer) - Method in interface com.yworks.yfiles.server.graphml.flexio.SerializerRegistry
Add a deserializer to the registry.
addDeserializer(IDeserializer) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Add a deserializer instance that will be registered with the serializer registry in GraphRoundtripSupport.createSerializerRegistry().
addEdgeAttribute(DataProvider, DataAcceptor, String, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a GraphML attribute with edge scope that holds data of simple type.
addGraphAttribute(DataProvider, DataAcceptor, String, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a GraphML attribute with graph scope that holds data of simple type.
addInputHandler(DOMInputHandler, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Deprecated. Use GraphMLLayoutGraphIOHandler.addInputHandler(org.graphdrawing.graphml.reader.dom.DOMInputHandler) instead
addInputHandler(DOMInputHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a subordinate input handler to this GraphMLIOHandler.
addLabel(Node, Label) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Add a label to the given node.
addLabel(Edge, Label) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Add a label to the given edge.
addMapper(Object, String, int, int) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Adds integrated support for the roundtripping of data associated with graph elements.
addNamespace(String, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a namespace declaration to the GraphML file.
addNodeAttribute(DataProvider, DataAcceptor, String, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a GraphML attribute with node scope that holds data of simple type.
addOutputHandler(OutputHandler, int) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a subordinate output handler for the given element scope to this GraphMLIOHandler.
addParameter(ILabelModelParameter) - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
Adds another parameter to this models collection of parameters.
addReferenceElement(String, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
 
addReferenceElement(String, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.ReferenceResolver
Add a reference node for the given refid
addSchemaLocation(String, String) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Adds a schema location to the header of a GraphML file.
addSerializer(ISerializer) - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultSerializerRegistry
 
addSerializer(ISerializer) - Method in interface com.yworks.yfiles.server.graphml.flexio.SerializerRegistry
Add a serializer instance to the registry.
addSerializer(ISerializer) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Add a serializer instance that will be registered with the serializer registry in GraphRoundtripSupport.createSerializerRegistry().
addSharedInstance(Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataOutputHandler
Add a shared instance.
applyDefault(DOMGraphMLParseContext, Graph, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
 
applyDefault(DOMGraphMLParseContext, Graph, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.SharedDataInputHandler
 
applyDefault(DOMGraphMLParseContext, Graph, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.StyleInputHandler
 
applyDefault(DOMGraphMLParseContext, Graph, Object) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
 
applyDefault(DOMGraphMLParseContext, Graph, Object) - Method in class com.yworks.yfiles.server.graphml.support.NodeInsetsInputHandler
Apply default data.
available() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 

B

Base64InputStream - class com.yworks.yfiles.server.graphml.support.Base64InputStream.
Input stream for reading base64-encoded data.
Base64InputStream(InputStream) - Constructor for class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
BevelNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle.
yFiles FLEX client BevelNodeStyle data object.
BevelNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
 
BevelNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer.
 
BevelNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer
 
BevelNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer.
 
BevelNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
 
BitmapNodeStyle - class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle.
yFiles Flex client bitmap node style data object.
BitmapNodeStyle() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.BitmapNodeStyle
 
BitmapNodeStyleDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer.
 
BitmapNodeStyleDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer
 
BitmapNodeStyleSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer.
 
BitmapNodeStyleSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
 

C

Constants - class com.yworks.yfiles.server.graphml.flexio.Constants.
Basic constants for the GraphML format used by the yFiles FLEX client.
canHandle(GraphMLParseContext, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.IDeserializer
Return whether this deserializer can handle the given xml node
canHandle(GraphMLWriteContext, Object) - Method in interface com.yworks.yfiles.server.graphml.flexio.ISerializer
Return whether this serializer can handle the given object
canHandle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
Returns true, iff the xmlNode's name matches AbstractDeserializer.getElementName(org.graphdrawing.graphml.reader.GraphMLParseContext) and the xmlNode's namespace matches AbstractDeserializer.getXmlNamespaceURI(org.graphdrawing.graphml.reader.GraphMLParseContext).
canHandle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.AbstractSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ArrowSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BevelNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.BitmapNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeEdgeLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.FreeNodeLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GeneralPathSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.GenericLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleDecoratorSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.IconLabelStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageIconSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ImageSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.InteriorStretchLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.NodeStyleLabelStyleAdapterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PanelNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.PolylineEdgeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.RotatingEdgeLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.ShapeNodeStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SimpleLabelStyleSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.SliderEdgeLabelModelParameterSerializer
 
canHandle(GraphMLWriteContext, Object) - Method in class com.yworks.yfiles.server.graphml.flexio.serializer.StrokeSerializer
 
canRead() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Returns true.
canWrite() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Returns true.
center - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
center - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
clear() - Method in class com.yworks.yfiles.server.graphml.flexio.DefaultSerializerRegistry
 
clear() - Method in interface com.yworks.yfiles.server.graphml.flexio.SerializerRegistry
Remove all registered serializer and deserializer instances from the registry.
clearInputHandlers() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Clear all input handlers
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeCenterAnchoredParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeLayoutAnchoredParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel.NodeRatioAnchoredParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel.ModelParameter
 
clone() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel.ModelParameter
 
clone() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel.ModelParameter
 
close() - Method in class com.yworks.yfiles.server.graphml.support.Base64InputStream
 
com.yworks.yfiles.server.graphml.flexio - package com.yworks.yfiles.server.graphml.flexio
Contains the framework classes that allow (de)serialization of the styles used by a yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.compat - package com.yworks.yfiles.server.graphml.flexio.compat
Contains basic container classes and interfaces for visual properties used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.data - package com.yworks.yfiles.server.graphml.flexio.data
Contains classes and interfaces that serve as data objects for the client class the define the visual properties of graph items.
com.yworks.yfiles.server.graphml.flexio.deserializer - package com.yworks.yfiles.server.graphml.flexio.deserializer
Contains all deserializer implementations for reading the GraphML format used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.flexio.serializer - package com.yworks.yfiles.server.graphml.flexio.serializer
Contains all serializer implementations for reading the GraphML format used by the yFiles FLEX client.
com.yworks.yfiles.server.graphml.servlets - package com.yworks.yfiles.server.graphml.servlets
Contains Servlets for common tasks in a yFiles FLEX client-server application.
com.yworks.yfiles.server.graphml.support - package com.yworks.yfiles.server.graphml.support
Contains support classes used by the yFiles FLEX Servlets.
commitLabelLayout(ILabelModelParameter, EdgeLabelLayout, Edge) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commit a single label layout to the given yFiles FLEX-compatible label model parameters.
commitLabelLayout(ILabelModelParameter, NodeLabelLayout, Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Commit a single label layout to the given yFiles FLEX-compatible label model parameters.
commitLabelLayout(Node, NodeLabelLayout, Graph, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Commit the model parameters of the given label element to the corresponding XML fragment.
commitLabelLayout(Node, EdgeLabelLayout, Graph, Edge) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatOutputHandler
Commit the model parameters of the given label element to the corresponding XML fragment.
configureHandler(GraphMLIOHandler) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
Configures the provided handler.
configureHandler(GraphMLLayoutGraphIOHandler) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Configures the provided handler.
configureParser(DOMGraphMLParser, Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Configures the parser for the read operations.
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Configure the layout graph.
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
 
configureRoundtripGraph(LayoutGraph) - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
 
copyLabelLayouts(LayoutGraph) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Copys the layout information of the yFiles Java label model parameters to the flex-compatible label models stored in the data providers GraphRoundtripSupport.NODE_LABELS_DPKEY and GraphRoundtripSupport.EDGE_LABELS_DPKEY.
createDefaultEdgeLabelModel(DOMGraphMLParseContext, Edge, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the default edge label model that will be used if a parsed edge label model cannot be mapped to a yFiles Java edge label model.
createDefaultNodeLabelModel(DOMGraphMLParseContext, Node, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the default node label model that will be used if a parsed node label model cannot be mapped to a yFiles Java node label model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.FreeNodeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.GenericLabelModel
 
createDefaultParameter() - Method in interface com.yworks.yfiles.server.graphml.flexio.data.ILabelModel
Creates a default parameter that can be used for this model.
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.RotatingEdgeLabelModel
 
createDefaultParameter() - Method in class com.yworks.yfiles.server.graphml.flexio.data.SliderEdgeLabelModel
 
createDirectGraphMLWriter() - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Creates and returns a GraphML writer instance.
createEdgeLabelLayout(DOMGraphMLParseContext, DefaultLayoutGraph, Edge, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the EdgeLabelLayoutImpl instance that defines the label layout for the given graph edge.
createGraph(GraphMLParseContext, String, int) - Method in class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
 
createGraphElementFactory(Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Create the factory instance used for reading the graph
createGraphElementProvider(Graph) - Method in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
Create the provider instance used for writing the graph
createHandler() - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
Creates the handler that will be used for the IO.
createHandler() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Creates the handler that will be used for the IO.
createLabel(String, ILabelModelParameter, YDimension, ILabelStyle) - Method in class com.yworks.yfiles.server.graphml.flexio.LabelInputHandler
Create a label instance
createNodeLabelLayout(DOMGraphMLParseContext, DefaultLayoutGraph, Node, Node) - Method in class com.yworks.yfiles.server.graphml.support.LabelCompatInputHandler
Create the NodeLabelLayoutImpl instance that defines the label layout for the given graph node.
createRoundtripGraph() - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Creates the graph that should be used for roundtripping.
createRoundtripGraph() - Method in class com.yworks.yfiles.server.graphml.support.Graph2DRoundtripSupport
Creates a Graph2D instance and calls configureRoundtripGraph.
createRoundtripGraph() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Creates the graph that should be used for roundtripping.
createSaveStream(HttpServletRequest) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
Create a stream for the given request to which the data will be sent.
createSerializerRegistry() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Create the default serializer registry that will be used for reading and writing GraphML data.
createSharedDataOuputHandler() - Method in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
Create the output handler that writes shared elements.
createXmlWriter(OutputStream) - Method in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Create A XMLWriter instance that can be used for sending xml formatted responses to the client.

D

DefaultReferenceResolver - class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver.
Default implementation of a ReferenceResolver that resolves external or internal references.
DefaultReferenceResolver(HashMap) - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Create a new Resolver instance Dictionary that has pairs where the key is a id string and the value is the corresponding node from the sharedData section in the GraphML input.
DefaultReferenceResolver() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultReferenceResolver
Initializes a new instance.
DefaultSerializerRegistry - class com.yworks.yfiles.server.graphml.flexio.DefaultSerializerRegistry.
The default implementation of a registry for ISerializer and IDeserializer instances used for reading and writing GraphML data.
DefaultSerializerRegistry() - Constructor for class com.yworks.yfiles.server.graphml.flexio.DefaultSerializerRegistry
 
DocumentFragmentDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer.
 
DocumentFragmentDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
 
DotnetHierarchyGraphElementFactory - class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory.
Dotnet-compat graph element factory that can handle grouping.
DotnetHierarchyGraphElementFactory(Graph) - Constructor for class com.yworks.yfiles.server.graphml.support.DotnetHierarchyGraphElementFactory
Creates a new factory using a given graph instance to store the data.
DownloadServlet - class com.yworks.yfiles.server.graphml.servlets.DownloadServlet.
Simple download servlet that takes the request from a client and creates a file download for it.
DownloadServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Calls the DownloadServlet.DownloadServlet(String) constructor using AbstractGraphRoundtripSupport.PARAM_GRAPH as the parameter name.
DownloadServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
Creates a new instance using the provided parameter to get the graphml string from the HttpServletRequest later in DownloadServlet.getGraphInputStream(javax.servlet.http.HttpServletRequest) from.
deserialize(GraphMLParseContext, Node) - Static method in class com.yworks.yfiles.server.graphml.flexio.FlexIOTools
Try to deserialize the given xmlNode using an IDeserializer instance that is retrieved from a SerializerRegistry contained in the context.
deserialize(GraphMLParseContext, Node) - Method in interface com.yworks.yfiles.server.graphml.flexio.IDeserializer
Parse the provided xml node
deserialize(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
Implementation of that handles shared references.
deserialize(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.DocumentFragmentDeserializer
 
deserializeArrow(GraphMLParseContext, IEdgeStyle, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
This method does the actual work of deserializing the content of an xml node to a new instance.
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ArrowDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BevelNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.BitmapNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeNodeLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GeneralPathNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.GenericLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDecoratorDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.IconLabelStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageIconDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ImageNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.InteriorStretchLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PanelNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.RotatingEdgeLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.ShapeNodeStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SimpleLabelStyleDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer.ModelDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.SliderEdgeLabelModelParameterDeserializer
 
deserializeElementContent(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.StrokeDeserializer
 
deserializeStyle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractEdgeStyleDeserializer
 
deserializeStyle(GraphMLParseContext, Node) - Method in class com.yworks.yfiles.server.graphml.flexio.deserializer.PolylineEdgeStyleDeserializer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.DownloadServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.ExportServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.LoadGraphServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.SaveGraphServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.yworks.yfiles.server.graphml.servlets.UploadServlet
 

E

EDGE_2_ID_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.AbstractGraphRoundtripSupport
Key for storing the current edge id EdgeMap in the graph.
EDGE_LABELS_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
The DataMap key that is used to bind Lists of yFiles FLEX client comptability Label instances.
EDGE_STYLE_DPKEY - Static variable in class com.yworks.yfiles.server.graphml.support.GraphRoundtripSupport
The DataMap key that is used to bind the yFiles FLEX client comptability IEdgeStyle instances.
Ellipse - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
Shape type constant.
ExportServlet - class com.yworks.yfiles.server.graphml.servlets.ExportServlet.
Simple export servlet that takes the export data from the request and creates a file download for it.
ExportServlet() - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Calls the ExportServlet.ExportServlet(String) constructor using ExportServlet.PARAM_EXPORT_DATA as the parameter name.
ExportServlet(String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Calls the ExportServlet.ExportServlet(String,String) constructor using "image/png" as the contentType paramater.
ExportServlet(String, String) - Constructor for class com.yworks.yfiles.server.graphml.servlets.ExportServlet
Creates a new instance using the provided export data parameter to get the export data from the HttpServletRequest later in ExportServlet.getExportDataInputStream(javax.servlet.http.HttpServletRequest) from.
ExteriorLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.
yFiles FLEX client label model data object that places the label outside of the node's bounds.
ExteriorLabelModel(Insets) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
ExteriorLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
 
ExteriorLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter.
Model parameter for the exterior label model.
ExteriorLabelModel.ModelParameter(ExteriorLabelModel, String) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel.ModelParameter
 
ExteriorLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer.
 
ExteriorLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.ExteriorLabelModelParameterDeserializer
 
ExteriorLabelModelParameterSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer.
 
ExteriorLabelModelParameterSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.ExteriorLabelModelParameterSerializer
 
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ExteriorLabelModel
A convenience parameter instance that can be shared between label instances.
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorLabelModel
A convenience parameter instance that can be shared between label instances.
east - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.InteriorStretchLabelModel
A convenience parameter instance that can be shared between label instances.
edgeOutputHandlers - Variable in class com.yworks.yfiles.server.graphml.support.GraphMLLayoutGraphIOHandler
 

F

FatArrow - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
An arrow like shape that points to the right
FatArrow2 - Static variable in class com.yworks.yfiles.server.graphml.flexio.data.ShapeNodeStyle
An arrow like shape that points to the left
FillDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer.
 
FillDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FillDeserializer
 
FillSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer.
 
FillSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FillSerializer
 
FlexIOTools - class com.yworks.yfiles.server.graphml.flexio.FlexIOTools.
Provides static utility methods for reading and writing graph data using the yFiles FLEX GraphML format.
Font - class com.yworks.yfiles.server.graphml.flexio.compat.Font.
Compatibility class for the yFiles FLEX GraphML format.
Font() - Constructor for class com.yworks.yfiles.server.graphml.flexio.compat.Font
 
FontDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer.
 
FontDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FontDeserializer
 
FontSerializer - class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer.
 
FontSerializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.serializer.FontSerializer
 
FreeEdgeLabelModel - class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.
yFiles FLEX client free edge label model data object.
FreeEdgeLabelModel() - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel
 
FreeEdgeLabelModel.ModelParameter - class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter.
Model parameter for the free edge label model.
FreeEdgeLabelModel.ModelParameter(ILabelModel, double, double, double) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
FreeEdgeLabelModel.ModelParameter(ILabelModel) - Constructor for class com.yworks.yfiles.server.graphml.flexio.data.FreeEdgeLabelModel.ModelParameter
 
FreeEdgeLabelModelParameterDeserializer - class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabelModelParameterDeserializer.
 
FreeEdgeLabelModelParameterDeserializer() - Constructor for class com.yworks.yfiles.server.graphml.flexio.deserializer.FreeEdgeLabe