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 void
addComponent(com.vaadin.flow.component.Component component)
Adds a component.GeoCoordinate
getNorthEast()
Gets the north-east.GeoCoordinate
getSouthWest()
Gets the south-west.void
setNorthEast(GeoCoordinate northEast)
Sets the north.east.void
setSouthWest(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:MapOverlayView
Gets the south-west.- Specified by:
getSouthWest
in interfaceMapOverlayView
-
setSouthWest
public void setSouthWest(GeoCoordinate southWest)
Description copied from interface:MapOverlayView
Sets the south-west.- Specified by:
setSouthWest
in interfaceMapOverlayView
-
getNorthEast
public GeoCoordinate getNorthEast()
Description copied from interface:MapOverlayView
Gets the north-east.- Specified by:
getNorthEast
in interfaceMapOverlayView
-
setNorthEast
public void setNorthEast(GeoCoordinate northEast)
Description copied from interface:MapOverlayView
Sets the north.east.- Specified by:
setNorthEast
in interfaceMapOverlayView
-
addComponent
public void addComponent(com.vaadin.flow.component.Component component)
Description copied from interface:MapOverlayView
Adds a component.- Specified by:
addComponent
in interfaceMapOverlayView
- Parameters:
component
- Component to add
-
-