Class MapRectangle
- java.lang.Object
-
- org.teamapps.ux.component.map.shape.AbstractMapShape
-
- org.teamapps.ux.component.map.shape.MapRectangle
-
public class MapRectangle 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 MapRectangle(Location location1, Location location2)MapRectangle(ShapeProperties properties, Location location1, Location location2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiMapRectanglecreateUiMapShape()LocationgetLocation1()LocationgetLocation2()voidsetLocation1(Location location1)voidsetLocation2(Location location2)-
Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientId, getProperties, mapAbstractUiShapeProperties, remove, setClientId, setListener
-
-
-
-
Constructor Detail
-
MapRectangle
public MapRectangle(ShapeProperties properties, Location location1, Location location2)
-
-
Method Detail
-
createUiMapShape
public org.teamapps.dto.UiMapRectangle createUiMapShape()
- Specified by:
createUiMapShapein classAbstractMapShape
-
getLocation1
public Location getLocation1()
-
setLocation1
public void setLocation1(Location location1)
-
getLocation2
public Location getLocation2()
-
setLocation2
public void setLocation2(Location location2)
-
-