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. shapePropertiesMethods in org.teamapps.dto that return UiShapeProperties Modifier and Type Method Description UiShapePropertiesAbstractUiMapShape. getShapeProperties()UiShapePropertiesUiMap.StartDrawingShapeCommand. getShapeProperties()UiShapePropertiesUiShapeProperties. setFillColor(java.lang.String fillColor)UiShapePropertiesUiShapeProperties. setStrokeColor(java.lang.String strokeColor)UiShapePropertiesUiShapeProperties. setStrokeDashArray(java.lang.String 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)UiMapMarkerUiMapMarker. 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)