org.onebusaway.webapp.gwt.oba_library.model
Class TimedRegionModel

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.model.AbstractModel<TimedRegionModel>
      extended by org.onebusaway.webapp.gwt.oba_library.model.TimedRegionModel
All Implemented Interfaces:
ModelEventSink<TimedRegionModel>, ModelEventSource<TimedRegionModel>, ModelEventSourceAndSink<TimedRegionModel>

public class TimedRegionModel
extends AbstractModel<TimedRegionModel>


Constructor Summary
TimedRegionModel()
           
 
Method Summary
 com.google.gwt.maps.client.geom.LatLngBounds getBounds()
           
 int getMaxTime()
           
 List<TimedRegion> getRegions()
           
 void setData(List<CoordinateBounds> timeGrid, List<Integer> times)
           
 
Methods inherited from class org.onebusaway.webapp.gwt.common.model.AbstractModel
addModelListener, fireModelChange, removeModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedRegionModel

public TimedRegionModel()
Method Detail

getBounds

public com.google.gwt.maps.client.geom.LatLngBounds getBounds()

getRegions

public List<TimedRegion> getRegions()

getMaxTime

public int getMaxTime()

setData

public void setData(List<CoordinateBounds> timeGrid,
                    List<Integer> times)


Copyright © 2012 OneBusAway. All Rights Reserved.