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 SumoCommandPoi. 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 SumoCommandPolygon. add(String polygonID, SumoGeometry shape, SumoColor color, boolean fill, String polygonType, int layer)Add a new polygon.static SumoCommandPerson. setColor(String personID, SumoColor color)sets color for person with the given ID.static SumoCommandPoi. setColor(String poiID, SumoColor color)Set the color of this poi.static SumoCommandPolygon. setColor(String polygonID, SumoColor color)Set the color of this polygon.static SumoCommandVehicle. setColor(String vehID, SumoColor color)Sets the vehicle's color (RGBA).static SumoCommandVehicletype. 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 classSumoColorDeprecated.use packagede.tudresden.sumo.objectsinstead.
-