Uses of Class
org.gephi.timeline.api.TimelineModelEvent.EventType
-
Packages that use TimelineModelEvent.EventType Package Description org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
Uses of TimelineModelEvent.EventType in org.gephi.timeline.api
Methods in org.gephi.timeline.api that return TimelineModelEvent.EventType Modifier and Type Method Description TimelineModelEvent.EventTypeTimelineModelEvent. getEventType()static TimelineModelEvent.EventTypeTimelineModelEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimelineModelEvent.EventType[]TimelineModelEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gephi.timeline.api with parameters of type TimelineModelEvent.EventType Constructor Description TimelineModelEvent(TimelineModelEvent.EventType type, TimelineModel source, Object data)
-