documentationfor yFiles for HTML 3.0.0.3

Usages of RestoreToken

Method Return Values

hideData (ValueDataKey<TValue>)in LayoutGraphContextHides the data registered for the graph with the specified ValueDataKey<TValue>.
hideItemData (NodeDataKey<TValue>)in LayoutGraphContextHides the item data registered for the graph with the specified NodeDataKey<TValue>.
hideItemData (EdgeDataKey<TValue>)in LayoutGraphContextHides the item data registered for the graph with the specified EdgeDataKey<TValue>.
hideItemData (NodeLabelDataKey<TValue>)in LayoutGraphContextHides the item data registered for the graph with the specified NodeLabelDataKey<TValue>.
hideItemData (EdgeLabelDataKey<TValue>)in LayoutGraphContextHides the item data registered for the graph with the specified EdgeLabelDataKey<TValue>.
hideNullableData (ValueDataKey<TValue>)in LayoutGraphContextHides the nullable data registered for the graph with the specified ValueDataKey<TValue>.
pushLayer (LayoutData<LayoutNode,LayoutEdge,LayoutNodeLabel,LayoutEdgeLabel>?)in LayoutGraphContextPushes a new layer onto the context, optionally applying layout data.
hideGrouping (LayoutGraph)in LayoutGraphGroupingTemporarily hides the current grouping hierarchy of the graph.