Class ShapeLayoutElement

java.lang.Object
org.opentcs.data.model.visualization.LayoutElement
org.opentcs.data.model.visualization.ShapeLayoutElement
All Implemented Interfaces:
java.io.Serializable

public class ShapeLayoutElement
extends LayoutElement
implements java.io.Serializable
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()
    Creates a new ShapeLayoutElement.
  • Method Summary

    Methods inherited from class org.opentcs.data.model.visualization.LayoutElement

    getLayer, getProperties, setLayer, setProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details