Class MapPolygon
- java.lang.Object
-
- org.teamapps.ux.component.map.shape.AbstractMapShape
-
- org.teamapps.ux.component.map.shape.MapPolygon
-
public class MapPolygon 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 MapPolygon(java.util.List<Location> locations, ShapeProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiMapPolygoncreateUiMapShape()java.util.List<Location>getLocations()voidsetLocations(java.util.List<Location> locations)-
Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientIdInternal, getProperties, mapAbstractUiShapeProperties, remove, setClientIdInternal, setListenerInternal
-
-
-
-
Constructor Detail
-
MapPolygon
public MapPolygon(java.util.List<Location> locations, ShapeProperties properties)
-
-
Method Detail
-
createUiMapShape
public org.teamapps.dto.UiMapPolygon createUiMapShape()
- Specified by:
createUiMapShapein classAbstractMapShape
-
getLocations
public java.util.List<Location> getLocations()
-
setLocations
public void setLocations(java.util.List<Location> locations)
-
-