Class LCircleMarker
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LCircleMarker>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LCircleMarker>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LCircleMarker>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayer<LCircleMarker>
software.xdev.vaadin.maps.leaflet.layer.vector.LPath<LCircleMarker>
software.xdev.vaadin.maps.leaflet.layer.vector.LAbstractCircle<LCircleMarker>
software.xdev.vaadin.maps.leaflet.layer.vector.LCircleMarker
- All Implemented Interfaces:
LHasBringTo<LCircleMarker>, LHasRedraw<LCircleMarker>, LHasSetLatLng<LCircleMarker>, LHasSetStylePath<LCircleMarker>, LComponent<LCircleMarker>, LEvented<LCircleMarker>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng) LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng, LCircleMarkerOptions options) -
Method Summary
Methods inherited from class 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 LBaseComponent
clientComponentJsAccessorMethods inherited from class LAbstractComponent
componentRegistryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, selfMethods inherited from interface LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface LHasBringTo
bringToBack, bringToFrontMethods inherited from interface LHasRedraw
redrawMethods inherited from interface LHasSetLatLng
setLatLngMethods inherited from interface LHasSetStylePath
setStyle
-
Constructor Details
-
LCircleMarker
public LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng, LCircleMarkerOptions options) -
LCircleMarker
-
-
Method Details
-
setRadius
- See Also:
-