documentationfor yFiles for HTML 3.0.0.3

Properties

edgeLabelManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the ILabels at edges.
edgeManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the IEdges.
nodeLabelManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the ILabels at nodes.
nodeManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the INodes.
portLabelManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the ILabels at ports.
portManagerin GraphModelManagerProvides access to the ItemModelManager<T> which handles the IPorts.

Method Return Values

createEdgeLabelModelManager (IObjectRenderer<ILabel>, function(ILabel):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of edge labels.
createEdgeModelManager (IObjectRenderer<IEdge>, function(IEdge):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of edges.
createNodeLabelModelManager (IObjectRenderer<ILabel>, function(ILabel):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of node labels.
createNodeModelManager (IObjectRenderer<INode>, function(INode):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of nodes.
createPortLabelModelManager (IObjectRenderer<ILabel>, function(ILabel):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of port labels.
createPortModelManager (IObjectRenderer<IPort>, function(IPort):IRenderTreeGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of ports.

Extending Types

CollectionModelManagerAn ItemModelManager<T> that automatically installs and removes visual representations of items in a IObservableCollection<T> into or from the canvas.