infovis.graph.event
Class GraphChangedEvent
java.lang.Object
infovis.graph.event.GraphChangedEvent
public class GraphChangedEvent
- extends Object
Class GraphChangedEvent
- Version:
- $Revision: 1.1 $
- Author:
- Jean-Daniel Fekete
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
GraphChangedEvent
public GraphChangedEvent(Graph graph,
int detail,
short type)
getDetail
public int getDetail()
getGraph
public Graph getGraph()
getType
public short getType()
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.