Uses of Class
com.metsci.glimpse.core.plot.timeline.data.TimeSpan
-
Packages that use TimeSpan Package Description com.metsci.glimpse.core.plot.timeline.data com.metsci.glimpse.core.plot.timeline.event -
-
Uses of TimeSpan in com.metsci.glimpse.core.plot.timeline.data
Methods in com.metsci.glimpse.core.plot.timeline.data that return TimeSpan Modifier and Type Method Description TimeSpanEventConstraint. applyConstraint(Event event, TimeSpan proposedTimeSpan)Describes a set of constraints on the start and end times of an event.Methods in com.metsci.glimpse.core.plot.timeline.data with parameters of type TimeSpan Modifier and Type Method Description TimeSpanEventConstraint. applyConstraint(Event event, TimeSpan proposedTimeSpan)Describes a set of constraints on the start and end times of an event. -
Uses of TimeSpan in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event that return TimeSpan Modifier and Type Method Description TimeSpanEvent. getTimeSpan()
-