Class MapCircle
- java.lang.Object
-
- org.teamapps.ux.component.map.shape.AbstractMapShape
-
- org.teamapps.ux.component.map.shape.MapCircle
-
public class MapCircle extends AbstractMapShape
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
AbstractMapShape.MapShapeListener
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
clientId, listener, properties
-
-
Constructor Summary
Constructors Constructor Description MapCircle(Location center, int radiusMeters)MapCircle(ShapeProperties properties, Location center, int radiusMeters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiMapCirclecreateUiMapShape()LocationgetCenter()intgetRadiusMeters()voidsetCenter(Location center)voidsetRadiusMeters(int radiusMeters)-
Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientId, getProperties, mapAbstractUiShapeProperties, remove, setClientId, setListener
-
-
-
-
Constructor Detail
-
MapCircle
public MapCircle(Location center, int radiusMeters)
-
MapCircle
public MapCircle(ShapeProperties properties, Location center, int radiusMeters)
-
-
Method Detail
-
createUiMapShape
public org.teamapps.dto.UiMapCircle createUiMapShape()
- Specified by:
createUiMapShapein classAbstractMapShape
-
getCenter
public Location getCenter()
-
setCenter
public void setCenter(Location center)
-
getRadiusMeters
public int getRadiusMeters()
-
setRadiusMeters
public void setRadiusMeters(int radiusMeters)
-
-