de.grogra.graph
Interface ChangeBoundaryListener

All Known Implementing Classes:
AttributeOverwritingFilter, GraphFilter, ParentAttribute, Tool, View.SceneListener

public interface ChangeBoundaryListener


Field Summary
static int ATTRIBUTE_PRIORITY
           
static int TOPOLOGY_PRIORITY
           
static int UPDATE_PRIORITY
           
 
Method Summary
 void beginChange(GraphState gs)
           
 void endChange(GraphState gs)
           
 int getPriority()
           
 

Field Detail

ATTRIBUTE_PRIORITY

static final int ATTRIBUTE_PRIORITY
See Also:
Constant Field Values

TOPOLOGY_PRIORITY

static final int TOPOLOGY_PRIORITY
See Also:
Constant Field Values

UPDATE_PRIORITY

static final int UPDATE_PRIORITY
See Also:
Constant Field Values
Method Detail

beginChange

void beginChange(GraphState gs)

endChange

void endChange(GraphState gs)

getPriority

int getPriority()