net.clackrouter.jgraph.pad
Class GPExplorer.StatefulGraphLayoutCache

java.lang.Object
  extended by GraphLayoutCache
      extended by net.clackrouter.jgraph.pad.GPExplorer.StatefulGraphLayoutCache
Enclosing class:
GPExplorer

public class GPExplorer.StatefulGraphLayoutCache
extends GraphLayoutCache


Field Summary
protected  boolean askLocalAttribute
           
protected  java.util.Set localAttributes
           
static boolean showNewGroups
           
 
Constructor Summary
GPExplorer.StatefulGraphLayoutCache(JGraph graph, GraphModel model, CellViewFactory factory, boolean ordered, boolean partial)
           
 
Method Summary
protected  GraphViewEdit createLocalEdit(java.util.Map nested, java.lang.Object[] visible, java.lang.Object[] invisible)
           
 java.util.Set getLocalAttributes()
           
 void setLocalAttributes(java.util.Set attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showNewGroups

public static final boolean showNewGroups
See Also:
Constant Field Values

askLocalAttribute

protected boolean askLocalAttribute

localAttributes

protected java.util.Set localAttributes
Constructor Detail

GPExplorer.StatefulGraphLayoutCache

public GPExplorer.StatefulGraphLayoutCache(JGraph graph,
                                           GraphModel model,
                                           CellViewFactory factory,
                                           boolean ordered,
                                           boolean partial)
Method Detail

getLocalAttributes

public java.util.Set getLocalAttributes()

setLocalAttributes

public void setLocalAttributes(java.util.Set attributes)

createLocalEdit

protected GraphViewEdit createLocalEdit(java.util.Map nested,
                                        java.lang.Object[] visible,
                                        java.lang.Object[] invisible)