Package org.opentcs.access.to.model
Klasse VehicleCreationTO.Layout
java.lang.Object
org.opentcs.access.to.model.VehicleCreationTO.Layout
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
VehicleCreationTO
Contains information regarding the graphical representation of a vehicle.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the color in which vehicle routes are to be emphasized.toString()
withRouteColor
(Color routeColor) Creates a copy of this object, with the given color.
-
Konstruktordetails
-
Layout
public Layout()Creates a new instance. -
Layout
Creates a new instance.- Parameter:
routeColor
- The color in which vehicle routes are to be emphasized.
-
-
Methodendetails
-
getRouteColor
Returns the color in which vehicle routes are to be emphasized.- Gibt zurück:
- The color in which vehicle routes are to be emphasized.
-
withRouteColor
Creates a copy of this object, with the given color.- Parameter:
routeColor
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
toString
-