Package org.teamapps.dto
Class UiMap.StartDrawingShapeCommand
java.lang.Object
org.teamapps.dto.UiMap.StartDrawingShapeCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiShapePropertiesprotected UiMapShapeType -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.StartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties) -
Method Summary
-
Field Details
-
componentId
-
shapeType
-
shapeProperties
-
-
Constructor Details
-
StartDrawingShapeCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
StartDrawingShapeCommand
public StartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getShapeType
-
getShapeProperties
-