Package org.opentcs.access.to.model
Klasse BlockCreationTO.Layout
java.lang.Object
org.opentcs.access.to.model.BlockCreationTO.Layout
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
BlockCreationTO
Contains information regarding the grahical representation of a block.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
Layout
public Layout()Creates a new instance. -
Layout
Creates a new instance.- Parameter:
color
- The color in which block elements are to be emphasized.
-
-
Methodendetails
-
getColor
Returns the color in which block elements are to be emphasized.- Gibt zurück:
- The color in which block elements are to be emphasized.
-
withColor
Creates a copy of this object, with the given color.- Parameter:
color
- The value to be set in the copy.- Gibt zurück:
- A copy of this object, differing in the given value.
-
toString
-