Verwendungen von Klasse
org.teamapps.ux.component.map.shape.ShapeProperties
Packages, die ShapeProperties verwenden
-
Verwendungen von ShapeProperties in org.teamapps.ux.component.map
Methoden in org.teamapps.ux.component.map mit Parametern vom Typ ShapePropertiesModifizierer und TypMethodeBeschreibungvoidMapView.startDrawingShape(MapShapeType shapeType, ShapeProperties shapeProperties) -
Verwendungen von ShapeProperties in org.teamapps.ux.component.map.shape
Felder in org.teamapps.ux.component.map.shape, die deklariert sind als ShapePropertiesMethoden in org.teamapps.ux.component.map.shape, die ShapeProperties zurückgebenKonstruktoren in org.teamapps.ux.component.map.shape mit Parametern vom Typ ShapePropertiesModifiziererKonstruktorBeschreibungAbstractMapShape(ShapeProperties properties) MapCircle(Location center, int radiusMeters, ShapeProperties properties) MapPolygon(List<Location> locations, ShapeProperties properties) MapPolyline(List<Location> points, ShapeProperties properties) MapRectangle(Location location1, Location location2, ShapeProperties properties)