com.yworks.yfiles.server.graphml.support
Class GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator

java.lang.Object
  extended byy.layout.AbstractLayoutStage
      extended bycom.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
          extended bycom.yworks.yfiles.server.graphml.support.GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
All Implemented Interfaces:
Layouter, LayoutStage
Enclosing class:
GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler

public static class GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator
extends FoldingLayoutStage


Field Summary
 
Fields inherited from class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
DUMMY_EDGE_MODE_EXCLUDE, DUMMY_EDGE_MODE_MERGE, DUMMY_EDGE_MODE_SEPARATE
 
Fields inherited from interface y.layout.Layouter
EDGE_ID_DPKEY, NODE_ID_DPKEY, SELECTED_EDGES, SELECTED_NODES
 
Constructor Summary
GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator()
           
 
Method Summary
protected  void applyEdgeViewState(LayoutGraph graph, Edge dummyEdge, EdgeViewState edgeViewState)
           
protected  void applyNodeViewState(LayoutGraph graph, Node node, NodeViewState nodeViewState)
           
 void prepare(LayoutGraph graph, Node root)
           
 void restore(LayoutGraph graph)
           
 
Methods inherited from class com.yworks.yfiles.server.graphml.folding.FoldingLayoutStage
applyEdgeLabelLayouts, applyLabelLayouts, applyNodeLabelLayouts, canLayout, commitEdgeLabelLayout, commitNodeLabelLayout, copyEdgeLabel, copyNodeLabel, doLayout, getDummyEdgeMode, isRecursive, setDummyEdgeMode, setRecursive
 
Methods inherited from class y.layout.AbstractLayoutStage
canLayoutCore, doLayoutCore, getCoreLayouter, setCoreLayouter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator

public GraphRoundtripSupport.RoundtripGraphMLLayoutGraphIOHandler.LocalViewModeConfigurator()
Method Detail

prepare

public void prepare(LayoutGraph graph,
                    Node root)
Overrides:
prepare in class FoldingLayoutStage

applyEdgeViewState

protected void applyEdgeViewState(LayoutGraph graph,
                                  Edge dummyEdge,
                                  EdgeViewState edgeViewState)
Overrides:
applyEdgeViewState in class FoldingLayoutStage

applyNodeViewState

protected void applyNodeViewState(LayoutGraph graph,
                                  Node node,
                                  NodeViewState nodeViewState)
Overrides:
applyNodeViewState in class FoldingLayoutStage

restore

public void restore(LayoutGraph graph)
Overrides:
restore in class FoldingLayoutStage


Copyright © 2000-2007 yWorks GmbH. All rights reserved