Uses of Interface
org.gvsig.timesupport.AbsoluteInterval
Packages that use AbsoluteInterval
-
Uses of AbsoluteInterval in org.gvsig.timesupport
Methods in org.gvsig.timesupport that return AbsoluteIntervalModifier and TypeMethodDescriptionTimeSupportManager.createAbsoluteInterval(int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis) Creates anAbsoluteIntervalfrom individual fields.TimeSupportManager.createAbsoluteInterval(int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom individual fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startAbsoluteInstant, int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis) Creates anAbsoluteIntervalfrom a start instant and an increment of the time fields.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startAbsoluteInstant, int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom a start instant and an increment of the time fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startInstant, AbsoluteInstant endInstant) Creates anAbsoluteIntervalfrom a start and an end instants.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startInstant, AbsoluteInstant endInstant, Chronology chronology) Creates anAbsoluteIntervalfrom a start and an end instants and a chronology.Methods in org.gvsig.timesupport with parameters of type AbsoluteIntervalModifier and TypeMethodDescriptionbooleanAbsoluteInterval.isAfter(AbsoluteInterval absoluteInterval) Is this time interval after the specified interval.booleanAbsoluteInterval.isBefore(AbsoluteInterval absoluteInterval) Is this time interval before the specified interval.AbsoluteInstant.minus(AbsoluteInterval interval) Gets a copy of this instance with the specified period take away.AbsoluteInstant.plus(AbsoluteInterval interval) Gets a copy of this instance with the specified period added.