Package org.opentcs.data.model
Klasse Block.Layout
java.lang.Object
org.opentcs.data.model.Block.Layout
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
Block
Contains information regarding the grahical representation of a block.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetColor()
Returns the color in which block elements are to be emphasized.Creates a copy of this object, with the given color.
-
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.
-