Package org.gephi.visualization.api
Interface VisualizationEvent
public interface VisualizationEvent
Visualization event triggered by user interactions with the graph canvas.
- Author:
- Mathieu Bastian
-
Method Details
-
getType
VisualizationEvent.Type getType()Returns the type of this event.- Returns:
- the event type
-
getData
Object getData()Returns optional data associated with this event.- Returns:
- the event data or
nullif none
-