Uses of Class
org.teamapps.dto.AbstractUiMapShape
-
Uses of AbstractUiMapShape in org.teamapps.dto
Subclasses of AbstractUiMapShape in org.teamapps.dto Modifier and Type Class Description classUiMapCircleTHIS IS GENERATED CODE!classUiMapPolygonTHIS IS GENERATED CODE!classUiMapPolylineTHIS IS GENERATED CODE!classUiMapRectangleTHIS IS GENERATED CODE!Fields in org.teamapps.dto declared as AbstractUiMapShape Modifier and Type Field Description protected AbstractUiMapShapeUiMap.AddShapeCommand. shapeprotected AbstractUiMapShapeUiMap.ShapeDrawnEvent. shapeprotected AbstractUiMapShapeUiMap.UpdateShapeCommand. shapeprotected AbstractUiMapShapeUiMap2.AddShapeCommand. shapeprotected AbstractUiMapShapeUiMap2.ShapeDrawnEvent. shapeprotected AbstractUiMapShapeUiMap2.UpdateShapeCommand. shapeFields in org.teamapps.dto with type parameters of type AbstractUiMapShape Modifier and Type Field Description protected java.util.Map<java.lang.String,AbstractUiMapShape>UiMap. shapesprotected java.util.Map<java.lang.String,AbstractUiMapShape>UiMap2. shapesMethods in org.teamapps.dto that return AbstractUiMapShape Modifier and Type Method Description AbstractUiMapShapeUiMap.AddShapeCommand. getShape()AbstractUiMapShapeUiMap.ShapeDrawnEvent. getShape()AbstractUiMapShapeUiMap.UpdateShapeCommand. getShape()AbstractUiMapShapeUiMap2.AddShapeCommand. getShape()AbstractUiMapShapeUiMap2.ShapeDrawnEvent. getShape()AbstractUiMapShapeUiMap2.UpdateShapeCommand. getShape()AbstractUiMapShapeAbstractUiMapShape. setShapeProperties(UiShapeProperties shapeProperties)Methods in org.teamapps.dto that return types with arguments of type AbstractUiMapShape Modifier and Type Method Description java.util.Map<java.lang.String,AbstractUiMapShape>UiMap. getShapes()java.util.Map<java.lang.String,AbstractUiMapShape>UiMap2. getShapes()Method parameters in org.teamapps.dto with type arguments of type AbstractUiMapShape Modifier and Type Method Description UiMapUiMap. setShapes(java.util.Map<java.lang.String,AbstractUiMapShape> shapes)UiMap2UiMap2. setShapes(java.util.Map<java.lang.String,AbstractUiMapShape> shapes)Constructors in org.teamapps.dto with parameters of type AbstractUiMapShape Constructor Description AddShapeCommand(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)AddShapeCommand(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)ShapeDrawnEvent(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)ShapeDrawnEvent(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)UpdateShapeCommand(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)UpdateShapeCommand(java.lang.String componentId, java.lang.String shapeId, AbstractUiMapShape shape)