Package | Description |
---|---|
de.tudresden.sumo.cmd | |
de.tudresden.sumo.util | |
de.tudresden.ws |
Modifier and Type | Method and Description |
---|---|
static SumoCommand |
Poi.add(String poiID,
double x,
double y,
SumoColor color,
String poiType,
int layer)
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 |
Vehicle.setColor(String vehID,
SumoColor color)
Sets the vehicle's color (RGBA).
|
static SumoCommand |
Polygon.setColor(String polygonID,
SumoColor color)
Set the color of this polygon.
|
static SumoCommand |
Vehicletype.setColor(String typeID,
SumoColor color)
Sets the vehicle type's color.
|
Modifier and Type | Method and Description |
---|---|
SumoColor |
ConvertHelper.getColor(Object obj) |
Modifier and Type | Method and Description |
---|---|
SumoColor |
Traci.Person_getColor(String personID) |
SumoColor |
Traci.Poi_getColor(String poiID) |
SumoColor |
Traci.Polygon_getColor(String polygonID) |
SumoColor |
Traci.Vehicle_getColor(String vehID) |
SumoColor |
Traci.Vehicletype_getColor(String typeID) |
Modifier and Type | Method and Description |
---|---|
void |
Traci.Poi_add(String poiID,
double x,
double y,
SumoColor color,
String poiType,
int layer) |
void |
Traci.Poi_setColor(String poiID,
SumoColor color) |
void |
Traci.Polygon_add(String polygonID,
SumoGeometry shape,
SumoColor color,
boolean fill,
String polygonType,
int layer) |
void |
Traci.Polygon_setColor(String polygonID,
SumoColor color) |
void |
Traci.Vehicle_setColor(String vehID,
SumoColor color) |
void |
Traci.Vehicletype_setColor(String typeID,
SumoColor color) |