Class LPathOptions<S extends LPathOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.vector.LPathOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LCircleMarkerOptions, LCircleOptions, LPolylineOptions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getFill()voidsetClassName(String className) voidvoidsetDashArray(String dashArray) voidsetDashOffset(String dashOffset) voidvoidsetFillColor(String fillColor) voidsetFillOpacity(Number fillOpacity) voidsetFillRule(String fillRule) voidsetLineCap(String lineCap) voidsetLineJoin(String lineJoin) voidsetOpacity(Number opacity) voidvoidwithClassName(String className) withDashArray(String dashArray) withDashOffset(String dashOffset) withFillColor(String fillColor) withFillOpacity(Number fillOpacity) withFillRule(String fillRule) withLineCap(String lineCap) withLineJoin(String lineJoin) withOpacity(Number opacity) withStroke(Boolean stroke) withWeight(Number weight) Methods 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
-
LPathOptions
public LPathOptions()
-
-
Method Details
-
getStroke
-
setStroke
-
withStroke
-
getColor
-
setColor
-
withColor
-
getWeight
-
setWeight
-
withWeight
-
getOpacity
-
setOpacity
-
withOpacity
-
getLineCap
-
setLineCap
-
withLineCap
-
getLineJoin
-
setLineJoin
-
withLineJoin
-
getDashArray
-
setDashArray
-
withDashArray
-
getDashOffset
-
setDashOffset
-
withDashOffset
-
getFill
-
setFill
-
withFill
-
getFillColor
-
setFillColor
-
withFillColor
-
getFillOpacity
-
setFillOpacity
-
withFillOpacity
-
getFillRule
-
setFillRule
-
withFillRule
-
getClassName
-
setClassName
-
withClassName
-