org.jgraph.pad
Class GPOverviewPanel.ViewRedirector

java.lang.Object
  extended byGraphLayoutCache
      extended byorg.jgraph.pad.GPOverviewPanel.ViewRedirector
Enclosing class:
GPOverviewPanel

public class GPOverviewPanel.ViewRedirector
extends GraphLayoutCache

See Also:
Serialized Form

Field Summary
protected  GraphLayoutCache realView
           
 
Constructor Summary
GPOverviewPanel.ViewRedirector(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(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)