Class LPolylineOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LPolylineOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LPolylineOptions>
software.xdev.vaadin.maps.leaflet.layer.vector.LPathOptions<LPolylineOptions>
software.xdev.vaadin.maps.leaflet.layer.vector.LPolylineOptions
- All Implemented Interfaces:
LComponentOptions<LPolylineOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetSmoothFactor(Number smoothFactor) withNoClip(Boolean noClip) withSmoothFactor(Number smoothFactor) Methods inherited from class LPathOptions
getClassName, getColor, getDashArray, getDashOffset, getFill, getFillColor, getFillOpacity, getFillRule, getLineCap, getLineJoin, getOpacity, getStroke, getWeight, setClassName, setColor, setDashArray, setDashOffset, setFill, setFillColor, setFillOpacity, setFillRule, setLineCap, setLineJoin, setOpacity, setStroke, setWeight, withClassName, withColor, withDashArray, withDashOffset, withFill, withFillColor, withFillOpacity, withFillRule, withLineCap, withLineJoin, withOpacity, withStroke, withWeightMethods inherited from class LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
self
-
Constructor Details
-
LPolylineOptions
public LPolylineOptions()
-
-
Method Details
-
getSmoothFactor
-
setSmoothFactor
-
withSmoothFactor
-
getNoClip
-
setNoClip
-
withNoClip
-