Uses of Class
org.gephi.timeline.api.TimelineModel.PlayMode
-
Packages that use TimelineModel.PlayMode Package Description org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
Uses of TimelineModel.PlayMode in org.gephi.timeline.api
Methods in org.gephi.timeline.api that return TimelineModel.PlayMode Modifier and Type Method Description TimelineModel.PlayMode
TimelineModel. getPlayMode()
Returns the play mode.static TimelineModel.PlayMode
TimelineModel.PlayMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimelineModel.PlayMode[]
TimelineModel.PlayMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.timeline.api with parameters of type TimelineModel.PlayMode Modifier and Type Method Description void
TimelineController. setPlayMode(TimelineModel.PlayMode playMode)
Sets the play mode.
-