Uses of Interface
com.bbn.openmap.time.TimeBoundsProvider

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

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

Classes in com.bbn.openmap.layer.event that implement TimeBoundsProvider
 class EventLayer
          The EventLayer contains all the TemporalOMGraphics and manages the time for the graphics and how they should be displayed.
 class TestEventHandler
          Sample OMEventHandler to demonstrate being a TimeBoundsProvider and TimeBoundsHandler.
 

Uses of TimeBoundsProvider in com.bbn.openmap.time
 

Fields in com.bbn.openmap.time with type parameters of type TimeBoundsProvider
protected  java.util.List<TimeBoundsProvider> Clock.timeBoundsProviders
           
 

Methods in com.bbn.openmap.time with parameters of type TimeBoundsProvider
 void TimeBoundsHandler.addTimeBoundsProvider(TimeBoundsProvider tbp)
           
 void Clock.addTimeBoundsProvider(TimeBoundsProvider tbp)
          Add a TimeBoundsProvider to the clock, so it knows the bounds of it's time range.
 void TimeBoundsHandler.removeTimeBoundsProvider(TimeBoundsProvider tbp)
           
 void Clock.removeTimeBoundsProvider(TimeBoundsProvider tbp)
           
 



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