Uses of Interface
org.gvsig.timesupport.RelativeInterval
Packages that use RelativeInterval
-
Uses of RelativeInterval in org.gvsig.timesupport
Methods in org.gvsig.timesupport that return RelativeIntervalModifier and TypeMethodDescriptionTimeSupportManager.createRelativeInterval(long startInstant, long endInstant) Creates aRelativeIntervalfrom a start and an end instants.TimeSupportManager.createRelativeInterval(long startInstant, long endInstant, Chronology chronology) Creates aRelativeIntervalfrom a start and an end instants, and using a chonology.TimeSupportManager.createRelativeInterval(RelativeInstant startDateTime, RelativeInstant endDateTime) Creates aRelativeIntervalfrom a start and an end instants.Methods in org.gvsig.timesupport with parameters of type RelativeIntervalModifier and TypeMethodDescriptionbooleanRelativeInterval.contains(RelativeInterval interval) Does this time interval contain the specified intervalbooleanRelativeInterval.isAfter(RelativeInterval interval) Is this time interval entirely after the specified interval.booleanRelativeInterval.isBefore(RelativeInterval interval) Is this time interval entirely before the specified interval.booleanRelativeInterval.overlaps(RelativeInterval interval) Does this time interval overlap the specified time interval. -
Uses of RelativeInterval in org.gvsig.timesupport.animation
Methods in org.gvsig.timesupport.animation that return RelativeIntervalMethods in org.gvsig.timesupport.animation with parameters of type RelativeInterval