Uses of Class
org.teamapps.ux.component.map.shape.ShapeProperties
-
Packages that use ShapeProperties Package Description org.teamapps.ux.component.map org.teamapps.ux.component.map.shape -
-
Uses of ShapeProperties in org.teamapps.ux.component.map
Methods in org.teamapps.ux.component.map with parameters of type ShapeProperties Modifier and Type Method Description voidMapView. startDrawingShape(MapShapeType shapeType, ShapeProperties shapeProperties) -
Uses of ShapeProperties in org.teamapps.ux.component.map.shape
Fields in org.teamapps.ux.component.map.shape declared as ShapeProperties Modifier and Type Field Description protected ShapePropertiesAbstractMapShape. propertiesMethods in org.teamapps.ux.component.map.shape that return ShapeProperties Modifier and Type Method Description ShapePropertiesAbstractMapShape. getProperties()Constructors in org.teamapps.ux.component.map.shape with parameters of type ShapeProperties Constructor Description AbstractMapShape(ShapeProperties properties)MapCircle(Location center, int radiusMeters, ShapeProperties properties)MapPolygon(java.util.List<Location> locations, ShapeProperties properties)MapPolyline(java.util.List<Location> locations, ShapeProperties properties)MapRectangle(Location location1, Location location2, ShapeProperties properties)
-