Class LPolygon
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LPolyline>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LPolyline>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LPolyline>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayer<LPolyline>
software.xdev.vaadin.maps.leaflet.layer.vector.LPath<LPolyline>
software.xdev.vaadin.maps.leaflet.layer.vector.LPolyline
software.xdev.vaadin.maps.leaflet.layer.vector.LPolygon
- All Implemented Interfaces:
LHasBringTo<LPolyline>,LHasRedraw<LPolyline>,LHasSetStylePath<LPolyline>,LComponent<LPolyline>,LEvented<LPolyline>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLPolygon(LComponentManagementRegistry compReg, Collection<?> latLngs) LPolygon(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) LPolygon(LComponentManagementRegistry compReg, LLatLng... latLngs) -
Method Summary
Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.vector.LPolyline
addLatLng, convertLatLngs, convertMultiLatLngs, setLatLngs, setLatLngsMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayer
addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltipMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LBaseComponent
clientComponentJsAccessorMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent
componentRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, selfMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasBringTo
bringToBack, bringToFrontMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasRedraw
redrawMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasSetStylePath
setStyle
-
Constructor Details
-
LPolygon
public LPolygon(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) -
LPolygon
-
LPolygon
-