Class LPolyline
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
- All Implemented Interfaces:
LHasBringTo<LPolyline>, LHasRedraw<LPolyline>, LHasSetStylePath<LPolyline>, LComponent<LPolyline>, LEvented<LPolyline>
- Direct Known Subclasses:
LPolygon, LRectangle
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLPolyline(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLPolyline(LComponentManagementRegistry compReg, String constructorMethod, Collection<?> latLngs, LPolylineOptions options) LPolyline(LComponentManagementRegistry compReg, Collection<?> latLngs) LPolyline(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) LPolyline(LComponentManagementRegistry compReg, LLatLng... latLngs) -
Method Summary
Modifier and TypeMethodDescriptionaddLatLng(LLatLng latLng, Collection<LLatLng> latLngs) protected static StringconvertLatLngs(Collection<LLatLng> latLngs) protected static StringconvertMultiLatLngs(Collection<?> latLngsData) setLatLngs(Collection<LLatLng> latLngs) setLatLngs(LLatLng... latLngs) 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 LHasSetStylePath
setStyle
-
Constructor Details
-
LPolyline
protected LPolyline(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
LPolyline
protected LPolyline(LComponentManagementRegistry compReg, String constructorMethod, Collection<?> latLngs, LPolylineOptions options) -
LPolyline
public LPolyline(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) -
LPolyline
-
LPolyline
-
-
Method Details
-
convertMultiLatLngs
-
convertLatLngs
-
setLatLngs
-
setLatLngs
- See Also:
-
addLatLng
- See Also:
-