Uses of Class
org.teamapps.dto.UiShapeProperties
-
Uses of UiShapeProperties in org.teamapps.dto
Fields in org.teamapps.dto declared as UiShapePropertiesModifier and TypeFieldDescriptionprotected UiShapePropertiesAbstractUiMapShape.shapePropertiesprotected UiShapePropertiesUiMap.StartDrawingShapeCommand.shapePropertiesprotected UiShapePropertiesUiMap2.StartDrawingShapeCommand.shapePropertiesMethods in org.teamapps.dto that return UiShapePropertiesModifier and TypeMethodDescriptionAbstractUiMapShape.getShapeProperties()UiMap.StartDrawingShapeCommand.getShapeProperties()UiMap2.StartDrawingShapeCommand.getShapeProperties()UiShapeProperties.setFillColor(String fillColor) UiShapeProperties.setStrokeColor(String strokeColor) UiShapeProperties.setStrokeDashArray(List<Float> strokeDashArray) UiShapeProperties.setStrokeWeight(float strokeWeight) Methods in org.teamapps.dto with parameters of type UiShapePropertiesModifier and TypeMethodDescriptionAbstractUiMapShape.setShapeProperties(UiShapeProperties shapeProperties) UiMapCircle.setShapeProperties(UiShapeProperties shapeProperties) UiMapPolygon.setShapeProperties(UiShapeProperties shapeProperties) UiMapPolyline.setShapeProperties(UiShapeProperties shapeProperties) UiMapRectangle.setShapeProperties(UiShapeProperties shapeProperties) Constructors in org.teamapps.dto with parameters of type UiShapePropertiesModifierConstructorDescriptionStartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties) StartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)