Class ViewOverlayView
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.ViewOverlayView
-
- All Implemented Interfaces:
MapOverlayView
public class ViewOverlayView extends Object implements MapOverlayView
Represents a overlay view on the view- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ViewOverlayView(GeoCoordinate southWest, GeoCoordinate northEast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComponent(com.vaadin.flow.component.Component component)Adds a component.GeoCoordinategetNorthEast()Gets the north-east.GeoCoordinategetSouthWest()Gets the south-west.voidsetNorthEast(GeoCoordinate northEast)Sets the north.east.voidsetSouthWest(GeoCoordinate southWest)Sets the south-west.
-
-
-
Constructor Detail
-
ViewOverlayView
public ViewOverlayView(GeoCoordinate southWest, GeoCoordinate northEast)
-
-
Method Detail
-
getSouthWest
public GeoCoordinate getSouthWest()
Description copied from interface:MapOverlayViewGets the south-west.- Specified by:
getSouthWestin interfaceMapOverlayView
-
setSouthWest
public void setSouthWest(GeoCoordinate southWest)
Description copied from interface:MapOverlayViewSets the south-west.- Specified by:
setSouthWestin interfaceMapOverlayView
-
getNorthEast
public GeoCoordinate getNorthEast()
Description copied from interface:MapOverlayViewGets the north-east.- Specified by:
getNorthEastin interfaceMapOverlayView
-
setNorthEast
public void setNorthEast(GeoCoordinate northEast)
Description copied from interface:MapOverlayViewSets the north.east.- Specified by:
setNorthEastin interfaceMapOverlayView
-
addComponent
public void addComponent(com.vaadin.flow.component.Component component)
Description copied from interface:MapOverlayViewAdds a component.- Specified by:
addComponentin interfaceMapOverlayView- Parameters:
component- Component to add
-
-