The basic implementation of the IGraphElementFactory
interface for use with the default IGraphs.
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class GraphElementFactory : IGraphElementFactory |
| Visual Basic |
|---|
Public Class GraphElementFactory _ Implements IGraphElementFactory |
Remarks
This instance can deal with IGroupedGraphs
and uses the CreationProperties from the
IParseContext to create the items with the correct
initial values if they have been put into the creation properties
by IInputHandler implementations that have been
invoked before the creation of the items.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Parser..::..GraphElementFactory
yWorks.yFiles.GraphML.Parser..::..GraphElementFactory