Package org.opentcs.access.to.model
Class VehicleCreationTO.Layout
java.lang.Object
org.opentcs.access.to.model.VehicleCreationTO.Layout
- All Implemented Interfaces:
Serializable
- Enclosing class:
VehicleCreationTO
Contains information regarding the grahical representation of a vehicle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the color in which vehicle routes are to be emphasized.toString()
withRouteColor
(Color routeColor) Creates a copy of this object, with the given color.
-
Constructor Details
-
Layout
public Layout()Creates a new instance. -
Layout
Creates a new instance.- Parameters:
routeColor
- The color in which vehicle routes are to be emphasized.
-
-
Method Details
-
getRouteColor
Returns the color in which vehicle routes are to be emphasized.- Returns:
- The color in which vehicle routes are to be emphasized.
-
withRouteColor
Creates a copy of this object, with the given color.- Parameters:
routeColor
- The value to be set in the copy.- Returns:
- A copy of this object, differing in the given value.
-
toString
-