Uses of Class
org.teamapps.dto.UiShapeProperties
-
Uses of UiShapeProperties in org.teamapps.dto
Fields in org.teamapps.dto declared as UiShapeProperties Modifier and Type Field Description protected UiShapePropertiesAbstractUiMapShape. shapePropertiesprotected UiShapePropertiesUiMap.StartDrawingShapeCommand. shapePropertiesprotected UiShapePropertiesUiMap2.StartDrawingShapeCommand. shapePropertiesMethods in org.teamapps.dto that return UiShapeProperties Modifier and Type Method Description UiShapePropertiesAbstractUiMapShape. getShapeProperties()UiShapePropertiesUiMap.StartDrawingShapeCommand. getShapeProperties()UiShapePropertiesUiMap2.StartDrawingShapeCommand. getShapeProperties()UiShapePropertiesUiShapeProperties. setFillColor(java.lang.String fillColor)UiShapePropertiesUiShapeProperties. setStrokeColor(java.lang.String strokeColor)UiShapePropertiesUiShapeProperties. setStrokeDashArray(java.util.List<java.lang.Float> strokeDashArray)UiShapePropertiesUiShapeProperties. setStrokeWeight(float strokeWeight)Methods in org.teamapps.dto with parameters of type UiShapeProperties Modifier and Type Method Description AbstractUiMapShapeAbstractUiMapShape. setShapeProperties(UiShapeProperties shapeProperties)UiMapCircleUiMapCircle. setShapeProperties(UiShapeProperties shapeProperties)UiMapPolygonUiMapPolygon. setShapeProperties(UiShapeProperties shapeProperties)UiMapPolylineUiMapPolyline. setShapeProperties(UiShapeProperties shapeProperties)UiMapRectangleUiMapRectangle. setShapeProperties(UiShapeProperties shapeProperties)Constructors in org.teamapps.dto with parameters of type UiShapeProperties Constructor Description StartDrawingShapeCommand(java.lang.String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)StartDrawingShapeCommand(java.lang.String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)