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 TimelineModelTimelineController. getModel()Get the current model from the current workspaceTimelineModelTimelineController. getModel(Workspace workspace)Returns the timeline model fromworkspace.TimelineModelTimelineModelEvent. getSource()Constructors in org.gephi.timeline.api with parameters of type TimelineModel Constructor Description TimelineModelEvent(TimelineModelEvent.EventType type, TimelineModel source, Object data)
-