Uses of Class
de.tudresden.ws.container.SumoColor
-
Packages that use SumoColor Package Description de.tudresden.sumo.cmd de.tudresden.sumo.util de.tudresden.ws -
-
Uses of SumoColor in de.tudresden.sumo.cmd
Methods in de.tudresden.sumo.cmd with parameters of type SumoColor Modifier and Type Method Description static SumoCommand
Poi. add(java.lang.String poiID, double x, double y, SumoColor color, java.lang.String poiType, int layer)
Add a new point-of-interest.static SumoCommand
Polygon. add(java.lang.String polygonID, SumoGeometry shape, SumoColor color, boolean fill, java.lang.String polygonType, int layer)
Add a new polygon.static SumoCommand
Person. setColor(java.lang.String personID, SumoColor color)
sets color for person with the given ID.static SumoCommand
Poi. setColor(java.lang.String poiID, SumoColor color)
Set the color of this poi.static SumoCommand
Polygon. setColor(java.lang.String polygonID, SumoColor color)
Set the color of this polygon.static SumoCommand
Vehicle. setColor(java.lang.String vehID, SumoColor color)
Sets the vehicle's color (RGBA).static SumoCommand
Vehicletype. setColor(java.lang.String typeID, SumoColor color)
Sets the vehicle type's color. -
Uses of SumoColor in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return SumoColor Modifier and Type Method Description SumoColor
ConvertHelper. getColor(java.lang.Object obj)
-
Uses of SumoColor in de.tudresden.ws
Methods in de.tudresden.ws that return SumoColor Modifier and Type Method Description SumoColor
Traci. Person_getColor(java.lang.String personID)
SumoColor
Traci. Poi_getColor(java.lang.String poiID)
SumoColor
Traci. Polygon_getColor(java.lang.String polygonID)
SumoColor
Traci. Vehicle_getColor(java.lang.String vehID)
SumoColor
Traci. Vehicletype_getColor(java.lang.String typeID)
Methods in de.tudresden.ws with parameters of type SumoColor Modifier and Type Method Description void
Traci. Poi_add(java.lang.String poiID, double x, double y, SumoColor color, java.lang.String poiType, int layer)
void
Traci. Poi_setColor(java.lang.String poiID, SumoColor color)
void
Traci. Polygon_add(java.lang.String polygonID, SumoGeometry shape, SumoColor color, boolean fill, java.lang.String polygonType, int layer)
void
Traci. Polygon_setColor(java.lang.String polygonID, SumoColor color)
void
Traci. Vehicle_setColor(java.lang.String vehID, SumoColor color)
void
Traci. Vehicletype_setColor(java.lang.String typeID, SumoColor color)
-