documentationfor yFiles for HTML 2.6

Usages of IDataAcceptor

Properties

sourceGroupDataAcceptorin TreeLayoutGets a IDataAcceptor that can be used for temporarily overwriting the source group information used during the layout.
sourcePortConstraintDataAcceptorin TreeLayoutGets a IDataAcceptor that can overwrite the source port contraint temporarily used during the layout.
targetGroupDataAcceptorin TreeLayoutGets a IDataAcceptor that can be used for temporarily overwriting the target group information used during the layout.
targetPortConstraintDataAcceptorin TreeLayoutGets a IDataAcceptor that can overwrite the target port contraint temporarily used during the layout.

Method Return Values

create ()in IDataAcceptorCreates an implementation of the interface IDataAcceptor from the given definition.

Method Parameters

createHighPerformanceDoubleMap (IDataProvider, IDataAcceptor, number)in MapsCreates a resettable high performance map for values of type double.
createHighPerformanceIntMap (IDataProvider, IDataAcceptor, number)in MapsCreates a resettable high performance map for values of type int.
createHighPerformanceMap (IDataProvider, IDataAcceptor, Object)in MapsCreates a resettable high performance map for values of type Object.
normalize (Graph, IDataProvider, IDataAcceptor)in GivenLayersLayererConvenience method that removes empty layers and ensures that the smallest layer has value 0.
findReversedTreeEdges (LayoutGraph, YNode, IDataAcceptor)in ReverseEdgesStageMarks edges in a tree-structured graph component that need to be reversed to make the specified node the root of the tree component.
replaceHubsBySubgraph (LayoutGraph, IDataProvider, IDataAcceptor)in BusRepresentationsChanges the representation of buses from hubs to complete subgraphs.
replaceHubsBySubgraph (LayoutGraph, EdgeList, IDataProvider, IDataProvider, IDataAcceptor)in BusRepresentationsChanges the representation of buses from hubs to complete subgraphs by creating new edges between regular nodes and removing the hubs.
replaceSubgraphByHubs (LayoutGraph, IEdgeCursor, IDataProvider, IDataAcceptor)in BusRepresentationsChanges the representation of buses from complete subgraphs to hubs by replacing intersection points by hubs.

Implementing Types

IDataMapInterface that combines the IDataProvider and IDataAcceptor interfaces.
IEdgeMapProvides access to data associated with an edge.
INodeMapProvides access to data associated with a node.