See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
TimelineModelEvent |
Timeline model event.
|
Enum | Description |
---|---|
TimelineModel.PlayMode |
Defines how the interval is moved when animating.
|
TimelineModelEvent.EventType |
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);
Copyright © 2007–2015 Gephi Consortium. All rights reserved.