Uses of Interface
org.gephi.timeline.api.TimelineModel
-
Packages that use TimelineModel Package Description org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
Uses of TimelineModel in org.gephi.timeline.api
Methods in org.gephi.timeline.api that return TimelineModel Modifier and Type Method Description TimelineModel
TimelineController. getModel()
Get the current model from the current workspaceTimelineModel
TimelineController. getModel(Workspace workspace)
Returns the timeline model fromworkspace
.TimelineModel
TimelineModelEvent. getSource()
Constructors in org.gephi.timeline.api with parameters of type TimelineModel Constructor Description TimelineModelEvent(TimelineModelEvent.EventType type, TimelineModel source, Object data)
-