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(Location location1, Location location2, ShapeProperties properties) -
Method Summary
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
getClientIdInternal, getProperties, mapAbstractUiShapeProperties, remove, setClientIdInternal, setListenerInternal
-
Constructor Details
-
Method Details
-
createUiMapShape
public org.teamapps.dto.UiMapRectangle createUiMapShape()- Specified by:
createUiMapShapein classAbstractMapShape
-
getLocation1
-
setLocation1
-
getLocation2
-
setLocation2
-