documentationfor yFiles for HTML 2.6

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 (ICanvasObjectDescriptor, function(ILabel):ICanvasObjectGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of edge labels.
createEdgeModelManager (ICanvasObjectDescriptor, function(IEdge):ICanvasObjectGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of edges.
createNodeLabelModelManager (ICanvasObjectDescriptor, function(ILabel):ICanvasObjectGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of node labels.
createNodeModelManager (ICanvasObjectDescriptor, function(INode):ICanvasObjectGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of nodes.
createPortLabelModelManager (ICanvasObjectDescriptor, function(ILabel):ICanvasObjectGroup)in GraphModelManagerFactory method for creating the ItemModelManager<T> that handles the visual representation of port labels.
createPortModelManager (ICanvasObjectDescriptor, function(IPort):ICanvasObjectGroup)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.