|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphEventData
Wrap graph event elements, like added nodes.
GraphEvent
Method Summary | |
---|---|
Edge[] |
addedEdges()
Returns edges added to the graph. |
Node[] |
addedNodes()
Returns nodes added to the graph. |
GraphView |
destroyView()
Returns the view destroyed in the model. |
Node[] |
expandedNodes()
Returns nodes expanded in the graph hierarchy. |
Node[] |
movedNodes()
Returns nodes moved in the graph hierarchy, their parent node has changed. |
GraphView |
newView()
Returns the new view created in the model. |
Edge[] |
removedEdges()
Returns edges removed from the graph. |
Node[] |
removedNodes()
Returns nodes removed from the graph. |
Node[] |
retractedNodes()
Returns nodes retracted in the graph hierarchy. |
GraphView |
visibleView()
Returns the current visible view. |
Method Detail |
---|
Node[] addedNodes()
null
if the event is not ADD_NODES
Node[] removedNodes()
null
if the event is not REMOVE_NODES
Edge[] addedEdges()
null
if the event is not ADD_EDGES
Edge[] removedEdges()
null
if the event is not REMOVE_EDGES
Node[] expandedNodes()
null
if the event is not EXPAND
Node[] retractedNodes()
null
if the event is not RETRACT
Node[] movedNodes()
null
if the event is not MOVE_NODES
GraphView newView()
null
if the event is not NEW_VIEW
GraphView destroyView()
null
if the event is not DESTROY_VIEW
GraphView visibleView()
null
if the event is not VISIBLE_VIEW
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |