infovis.graph.event
Class GraphChangedEvent

java.lang.Object
  extended by infovis.graph.event.GraphChangedEvent

public class GraphChangedEvent
extends Object

Class GraphChangedEvent

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Field Summary
static short GRAPH_EDGE_ADDED
           
static short GRAPH_EDGE_REMOVED
           
static short GRAPH_VERTEX_ADDED
           
static short GRAPH_VERTEX_REMOVED
           
 
Constructor Summary
GraphChangedEvent(Graph graph, int detail, short type)
           
 
Method Summary
 int getDetail()
           
 Graph getGraph()
           
 short getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPH_VERTEX_ADDED

public static final short GRAPH_VERTEX_ADDED
See Also:
Constant Field Values

GRAPH_VERTEX_REMOVED

public static final short GRAPH_VERTEX_REMOVED
See Also:
Constant Field Values

GRAPH_EDGE_ADDED

public static final short GRAPH_EDGE_ADDED
See Also:
Constant Field Values

GRAPH_EDGE_REMOVED

public static final short GRAPH_EDGE_REMOVED
See Also:
Constant Field Values
Constructor Detail

GraphChangedEvent

public GraphChangedEvent(Graph graph,
                         int detail,
                         short type)
Method Detail

getDetail

public int getDetail()

getGraph

public Graph getGraph()

getType

public short getType()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.