org.onebusaway.webapp.gwt.common.resources.map
Class StopIconFactory

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.resources.map.StopIconFactory

public class StopIconFactory
extends Object


Nested Class Summary
static class StopIconFactory.ESize
           
static class StopIconFactory.EType
           
 
Constructor Summary
StopIconFactory()
           
 
Method Summary
static com.google.gwt.maps.client.overlay.Icon getRouteEndIcon()
           
static com.google.gwt.maps.client.overlay.Icon getRouteStartIcon()
           
static com.google.gwt.maps.client.overlay.Icon getStopIcon(StopBean stop, StopIconFactory.ESize size, boolean isSelected)
           
static com.google.gwt.maps.client.overlay.Marker getStopSelectionCircle(com.google.gwt.maps.client.geom.LatLng p, boolean bigger)
           
static StopIconFactory.EType getStopType(StopBean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopIconFactory

public StopIconFactory()
Method Detail

getRouteStartIcon

public static com.google.gwt.maps.client.overlay.Icon getRouteStartIcon()

getRouteEndIcon

public static com.google.gwt.maps.client.overlay.Icon getRouteEndIcon()

getStopSelectionCircle

public static com.google.gwt.maps.client.overlay.Marker getStopSelectionCircle(com.google.gwt.maps.client.geom.LatLng p,
                                                                               boolean bigger)

getStopIcon

public static com.google.gwt.maps.client.overlay.Icon getStopIcon(StopBean stop,
                                                                  StopIconFactory.ESize size,
                                                                  boolean isSelected)

getStopType

public static StopIconFactory.EType getStopType(StopBean stop)


Copyright © 2012 OneBusAway. All Rights Reserved.