Uses of Class
de.tudresden.sumo.objects.SumoColor
-
Packages that use SumoColor Package Description de.tudresden.sumo.cmd de.tudresden.ws.container -
-
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(String poiID, double x, double y, SumoColor color, String poiType, int layer, String imgFile, double width, double height, double angle)
Add a new point-of-interest.static SumoCommand
Polygon. add(String polygonID, SumoGeometry shape, SumoColor color, boolean fill, String polygonType, int layer)
Add a new polygon.static SumoCommand
Person. setColor(String personID, SumoColor color)
sets color for person with the given ID.static SumoCommand
Poi. setColor(String poiID, SumoColor color)
Set the color of this poi.static SumoCommand
Polygon. setColor(String polygonID, SumoColor color)
Set the color of this polygon.static SumoCommand
Vehicle. setColor(String vehID, SumoColor color)
Sets the vehicle's color (RGBA).static SumoCommand
Vehicletype. setColor(String typeID, SumoColor color)
Sets the vehicle type's color. -
Uses of SumoColor in de.tudresden.ws.container
Subclasses of SumoColor in de.tudresden.ws.container Modifier and Type Class Description class
SumoColor
Deprecated.use packagede.tudresden.sumo.objects
instead.
-