Verwendungen von Klasse
org.teamapps.dto.UiShapeProperties
-
Verwendungen von UiShapeProperties in org.teamapps.dto
Felder in org.teamapps.dto, die deklariert sind als UiShapePropertiesModifizierer und TypFeldBeschreibungprotected UiShapePropertiesAbstractUiMapShape.shapePropertiesprotected UiShapePropertiesUiMap.StartDrawingShapeCommand.shapePropertiesprotected UiShapePropertiesUiMap2.StartDrawingShapeCommand.shapePropertiesMethoden in org.teamapps.dto, die UiShapeProperties zurückgebenModifizierer und TypMethodeBeschreibungAbstractUiMapShape.getShapeProperties()UiMap.StartDrawingShapeCommand.getShapeProperties()UiMap2.StartDrawingShapeCommand.getShapeProperties()UiShapeProperties.setFillColor(String fillColor) UiShapeProperties.setStrokeColor(String strokeColor) UiShapeProperties.setStrokeDashArray(List<Float> strokeDashArray) UiShapeProperties.setStrokeWeight(float strokeWeight) Methoden in org.teamapps.dto mit Parametern vom Typ UiShapePropertiesModifizierer und TypMethodeBeschreibungAbstractUiMapShape.setShapeProperties(UiShapeProperties shapeProperties) UiMapCircle.setShapeProperties(UiShapeProperties shapeProperties) UiMapPolygon.setShapeProperties(UiShapeProperties shapeProperties) UiMapPolyline.setShapeProperties(UiShapeProperties shapeProperties) UiMapRectangle.setShapeProperties(UiShapeProperties shapeProperties) Konstruktoren in org.teamapps.dto mit Parametern vom Typ UiShapePropertiesModifiziererKonstruktorBeschreibungStartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties) StartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)