net.clackrouter.jgraph.pad
Class GPOverviewPanel.ViewRedirector

java.lang.Object
  extended by GraphLayoutCache
      extended by net.clackrouter.jgraph.pad.GPOverviewPanel.ViewRedirector
Enclosing class:
GPOverviewPanel

public class GPOverviewPanel.ViewRedirector
extends GraphLayoutCache


Field Summary
protected  GraphLayoutCache realView
           
 
Constructor Summary
GPOverviewPanel.ViewRedirector(JGraph graph, GraphLayoutCache realView)
           
 
Method Summary
 CellView getMapping(java.lang.Object cell, boolean create)
           
 CellView[] getRoots()
           
 void putMapping(java.lang.Object cell, CellView view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realView

protected GraphLayoutCache realView
Constructor Detail

GPOverviewPanel.ViewRedirector

public GPOverviewPanel.ViewRedirector(JGraph graph,
                                      GraphLayoutCache realView)
Method Detail

getRoots

public CellView[] getRoots()

getMapping

public CellView getMapping(java.lang.Object cell,
                           boolean create)

putMapping

public void putMapping(java.lang.Object cell,
                       CellView view)