com.yworks.yfiles.server.graphml.folding
Interface FoldedGraphKeys


public interface FoldedGraphKeys

Data provider keys for working with folded graphs.

See Also:
FoldedLayoutGraph, FoldingSupport

Field Summary
static java.lang.String EDGE_VIEW_STATES_DPKEY
          Key for the data provider that holds the EdgeViewState instances of dummy edges in a folded graph.
static java.lang.String EXPANSION_STATE_DPKEY
          Key for the data provider that defines the expansion state of group nodes in a folded graph.
static java.lang.String LOCAL_ROOT_DPKEY
          Key for the data provider that holds the current virtual root node of a folded graph.
static java.lang.String NODE_VIEW_STATES_DPKEY
          Key for the data provider that holds the NodeViewState instances of collapsed group nodes in a folded graph.
 

Field Detail

EXPANSION_STATE_DPKEY

public static final java.lang.String EXPANSION_STATE_DPKEY
Key for the data provider that defines the expansion state of group nodes in a folded graph.

See Also:
FoldingSupport.isExpanded(y.base.Graph, y.base.Node), FoldingSupport.setExpanded(y.base.Graph, y.base.Node, boolean), FoldedLayoutGraph.isExpanded(y.base.Node), FoldedLayoutGraph.collapse(y.base.Node), FoldedLayoutGraph.expand(y.base.Node), Constant Field Values

NODE_VIEW_STATES_DPKEY

public static final java.lang.String NODE_VIEW_STATES_DPKEY
Key for the data provider that holds the NodeViewState instances of collapsed group nodes in a folded graph.

See Also:
FoldingSupport.getNodeViewState(y.base.Graph, DummyNodeId), FoldedLayoutGraph.getNodeViewState(DummyNodeId), Constant Field Values

EDGE_VIEW_STATES_DPKEY

public static final java.lang.String EDGE_VIEW_STATES_DPKEY
Key for the data provider that holds the EdgeViewState instances of dummy edges in a folded graph.

See Also:
FoldingSupport.getEdgeViewState(y.base.Graph, DummyEdgeId), FoldedLayoutGraph.getEdgeViewState(DummyEdgeId), Constant Field Values

LOCAL_ROOT_DPKEY

public static final java.lang.String LOCAL_ROOT_DPKEY
Key for the data provider that holds the current virtual root node of a folded graph.

See Also:
FoldingSupport.getLocalRoot(y.base.Graph), FoldedLayoutGraph.getLocalRoot(), Constant Field Values


Copyright © 2000-2013 yWorks GmbH. All rights reserved