org.jgraph.pad
Class GPExplorer.StatefulGraphLayoutCache

java.lang.Object
  extended byGraphLayoutCache
      extended byorg.jgraph.pad.GPExplorer.StatefulGraphLayoutCache
Enclosing class:
GPExplorer

public class GPExplorer.StatefulGraphLayoutCache
extends GraphLayoutCache

See Also:
Serialized Form

Field Summary
protected  boolean askLocalAttribute
           
protected  java.util.Set localAttributes
           
static boolean showNewGroups
           
 
Constructor Summary
GPExplorer.StatefulGraphLayoutCache(GraphModel model, CellViewFactory factory, boolean partial)
           
 
Method Summary
protected  GraphLayoutCacheEdit createLocalEdit(java.lang.Object[] inserted, 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(GraphModel model,
                                           CellViewFactory factory,
                                           boolean partial)
Method Detail

getLocalAttributes

public java.util.Set getLocalAttributes()

setLocalAttributes

public void setLocalAttributes(java.util.Set attributes)

createLocalEdit

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