Class ShapeLayoutElement
java.lang.Object
org.opentcs.data.model.visualization.LayoutElement
org.opentcs.data.model.visualization.ShapeLayoutElement
- All Implemented Interfaces:
java.io.Serializable
@Deprecated @ScheduledApiChange(details="Will be removed.", when="6.0") public class ShapeLayoutElement extends LayoutElement implements java.io.Serializable
Deprecated.
Will be removed.
A layout element describing a geometrical shape to be displayed.
This class is simply a marker class for identifying shape elements. The actual description of the geometrical shape is contained in the element's properties.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ShapeLayoutElement()
Deprecated.Creates a new ShapeLayoutElement. -
Method Summary
Methods inherited from class org.opentcs.data.model.visualization.LayoutElement
getLayer, getProperties, setLayer, setProperties
-
Constructor Details
-
ShapeLayoutElement
public ShapeLayoutElement()Deprecated.Creates a new ShapeLayoutElement.
-