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