|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DynamicController | This controller maintains the dynamic models, one per Workspace . |
DynamicGraph | The wrapper for graph and time interval. |
DynamicModel | Model that maintains the dynamic states of the application, which include the minimum and the maximum bounds, as well as the current visible interval. |
DynamicModelListener | Listener for the dynamicModel. |
Class Summary | |
---|---|
DynamicModelEvent | Event from the dynamic model. |
Enum Summary | |
---|---|
DynamicModel.TimeFormat | The way the time is represented, either a simple real value (DOUBLE) or a date. |
DynamicModelEvent.EventType | Event from the dynamic model. |
API responsible for dynamic states, including the current visible interval.
Gephi uses Dynamic API to store states relative to dynamic graph exploration. The most notable data is the current visible interval, what the timeline component is configuring. This interval is centralized here and used in the rest of the application.
The DynamicController
is managing models (one per workspace)
and is the access door to the system. This controller is a service, and can be
retrieved by using the following command:
DynamicController dc = Lookup.getDefault().lookup(DynamicController.class);
Use also the DynamicModel
to get DynamicGraph
instances. They are independent wrappers that can be used analyse
dynamic graphs.
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |