|
Gephi Toolkit Javadoc | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| TimelineChart | Sparkline type chart visible in the timeline, for instance the number of nodes over time. |
| TimelineController | Controls the timeline bounds and animation features. |
| TimelineModel | Timeline model which holds timeline bounds, interval and animation flags. |
| TimelineModelListener | Timeline model listener. |
| Class Summary | |
|---|---|
| TimelineModelEvent | Timeline model event. |
| Enum Summary | |
|---|---|
| TimelineModel.PlayMode | Defines how the interval is moved when animating. |
| TimelineModelEvent.EventType | |
API which controls the Timeline, the UI component which allows network exploration over time.
The Timeline API allows to set custom bounds and visible interval. The
timeline is the UI component which controls the network exploration
over time. It is connected to the DynamicAPI which
controls the time scale and intervals. The API also allows to
control the animation (i.e play feature).
The TimelineController 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:
TimelineController tc = Lookup.getDefault().lookup(TimelineController.class);
|
Gephi Toolkit Javadoc | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||