Class PathCreationTO.Layout

java.lang.Object
org.opentcs.access.to.model.PathCreationTO.Layout
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PathCreationTO

public static class PathCreationTO.Layout
extends java.lang.Object
implements java.io.Serializable
Contains information regarding the grahical representation of a path.
See Also:
Serialized Form
  • Constructor Details

    • Layout

      public Layout()
      Creates a new instance.
    • Layout

      public Layout​(Path.Layout.ConnectionType connectionType, java.util.List<Couple> controlPoints, int layerId)
      Creates a new instance.
      Parameters:
      connectionType - The connection type a path is represented as.
      controlPoints - Control points describing the way the path is drawn.
      layerId - The ID of the layer on which the path is to be drawn.
  • Method Details