Uses of Class
org.teamapps.ux.component.map.shape.AbstractMapShape
| Package | Description |
|---|---|
| org.teamapps.ux.component.map | |
| org.teamapps.ux.component.map.shape |
-
Uses of AbstractMapShape in org.teamapps.ux.component.map
Fields in org.teamapps.ux.component.map with type parameters of type AbstractMapShape Modifier and Type Field Description Event<AbstractMapShape>MapView. onShapeDrawnEvent<AbstractMapShape>MapView2. onShapeDrawnMethods in org.teamapps.ux.component.map with parameters of type AbstractMapShape Modifier and Type Method Description voidMapView. addShape(AbstractMapShape shape)voidMapView2. addShape(AbstractMapShape shape)voidMapView. removeShape(AbstractMapShape shape)voidMapView2. removeShape(AbstractMapShape shape) -
Uses of AbstractMapShape in org.teamapps.ux.component.map.shape
Subclasses of AbstractMapShape in org.teamapps.ux.component.map.shape Modifier and Type Class Description classMapCircleclassMapPolygonclassMapPolylineclassMapRectangleMethods in org.teamapps.ux.component.map.shape with parameters of type AbstractMapShape Modifier and Type Method Description voidAbstractMapShape.MapShapeListener. handleChanged(AbstractMapShape shape)voidAbstractMapShape.MapShapeListener. handleRemoved(AbstractMapShape shape)