Uses of Class
com.bbn.openmap.time.TimeBounds

Packages that use TimeBounds
com.bbn.openmap.layer.event   
com.bbn.openmap.time   
 

Uses of TimeBounds in com.bbn.openmap.layer.event
 

Fields in com.bbn.openmap.layer.event declared as TimeBounds
protected  TimeBounds TestEventHandler.timeBounds
           
protected  TimeBounds EventLayer.timeBounds
           
 

Methods in com.bbn.openmap.layer.event that return TimeBounds
 TimeBounds TestEventHandler.getTimeBounds()
           
 TimeBounds EventLayer.getTimeBounds()
           
 

Methods in com.bbn.openmap.layer.event with parameters of type TimeBounds
 void TestEventHandler.handleTimeBounds(TimeBounds tb)
           
 void EventLayer.handleTimeBounds(TimeBounds tb)
           
protected  void EventLayer.setTimeBounds(TimeBounds tb)
           
 

Uses of TimeBounds in com.bbn.openmap.time
 

Fields in com.bbn.openmap.time declared as TimeBounds
protected  TimeBounds TimeBoundsEvent.newTimeBounds
           
protected  TimeBounds TimeBoundsEvent.oldTimeBounds
           
 

Methods in com.bbn.openmap.time that return TimeBounds
 TimeBounds TimeBoundsEvent.getNewTimeBounds()
           
 TimeBounds TimeBoundsEvent.getOldTimeBounds()
          Only really used to indicate when a TimeBoundsHandler has gone active, if this is null and the new TimeBounds isn't.
 TimeBounds TimeBoundsProvider.getTimeBounds()
          A method called on the TimeBoundsProvider to retrieve the provider's time bounds.
 

Methods in com.bbn.openmap.time with parameters of type TimeBounds
 void TimeBounds.addTimeToBounds(TimeBounds timeBounds)
          Add the start and end times of provided TimeBounds to this TimeBounds.
 void TimeBoundsProvider.handleTimeBounds(TimeBounds tb)
          A method called on the TimeBoundsProvider to inform it of the overall time bounds, in case some external time bounds values are being set by another component and this provider wants to react to those bounds in some way.
 

Constructors in com.bbn.openmap.time with parameters of type TimeBounds
TimeBoundsEvent(TimeBoundsHandler source, TimeBounds ntb, TimeBounds otb)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details