| addDataKeyTransfer (NodeLabelDataKey<T>, NodeLabelDataKey<T>) | in
ContextModificationStage | Adds the specified keys as a pair of keys whose associated data should be transferred. |
| addHiddenKey (NodeLabelDataKey<T>) | in
ContextModificationStage | Adds the specified key to the data keys whose associated data is temporarily hidden by this stage. |
| addReplacementMap (NodeLabelDataKey<T>, IMapper<LayoutNodeLabel,T>) | in
ContextModificationStage | Adds the specified key to the data keys whose associated data is temporarily replaced by this stage. |
| addItemCollection (NodeLabelDataKey<boolean>, ItemCollectionConvertible<TNodeLabel>?) | in
GenericLayoutData | Adds a set of node labels in the graph that will be passed to the LayoutGraph. |
| addItemMapping (NodeLabelDataKey<TValue>, ItemMappingConvertible<TNodeLabel,TValue>?) | in
GenericLayoutData | Adds data per node labels in the graph that will be added to the LayoutGraph. |
| addItemData (NodeLabelDataKey<T>, IMapper<ILabel,T>) | in
LayoutGraphAdapter | Registers data for individual node labels at the graph with the specified NodeLabelDataKey<TValue>. |
| addItemData (NodeLabelDataKey<T>, function(ILabel):T, function(ILabel, T):void?) | in
LayoutGraphAdapter | Registers data for individual node labels at the graph with the specified NodeLabelDataKey<TValue>. |
| addItemData (NodeLabelDataKey<TValue>, IMapper<LayoutNodeLabel,TValue>) | in
LayoutGraphContext | Registers data for individual node labels at the graph with the specified NodeLabelDataKey<TValue>. |
| addItemData (NodeLabelDataKey<TValue>, function(LayoutNodeLabel):TValue, function(LayoutNodeLabel, TValue):void?) | in
LayoutGraphContext | Registers data for individual node labels at the graph with the specified NodeLabelDataKey<TValue>. |
| getItemData (NodeLabelDataKey<TValue>) | in
LayoutGraphContext | Gets data for individual node labels registered for the graph with the specified NodeLabelDataKey<TValue>. |
| hideItemData (NodeLabelDataKey<TValue>) | in
LayoutGraphContext | Hides the item data registered for the graph with the specified NodeLabelDataKey<TValue>. |
| getData (NodeLabelDataKey<TData>) | in
LayoutNodeLabel | Returns the data stored for the node label in the IMapper<K,V> registered with the LayoutGraph of the owner under the given look-up key. |