Class UiMap.StartDrawingShapeCommand

java.lang.Object
org.teamapps.dto.UiMap.StartDrawingShapeCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiMap

public static class UiMap.StartDrawingShapeCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • shapeType

      protected UiMapShapeType shapeType
    • shapeProperties

      protected UiShapeProperties shapeProperties
  • Constructor Details

    • StartDrawingShapeCommand

      @Deprecated public StartDrawingShapeCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • StartDrawingShapeCommand

      public StartDrawingShapeCommand​(java.lang.String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getShapeType

      public UiMapShapeType getShapeType()
    • getShapeProperties

      public UiShapeProperties getShapeProperties()