Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Packages that use PathOptions
Package
Description
-
Uses of PathOptions in org.vaadin.addons.componentfactory.leaflet.layer
Methods in org.vaadin.addons.componentfactory.leaflet.layer that return PathOptionsModifier and TypeMethodDescriptionHasStyle.getStyle()Returns the current path style options applied to this layer.Methods in org.vaadin.addons.componentfactory.leaflet.layer with parameters of type PathOptionsModifier and TypeMethodDescriptionvoidHasStyle.setStyle(PathOptions pathOptions) Changes the appearance of this layer by applying the given path style options. -
Uses of PathOptions in org.vaadin.addons.componentfactory.leaflet.layer.groups
Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups that return PathOptionsModifier and TypeMethodDescriptionFeatureGroup.getStyle()Returns the path style options currently applied to this feature group.Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups with parameters of type PathOptionsModifier and TypeMethodDescriptionvoidFeatureGroup.setStyle(PathOptions pathOptions) Sets the given path style options on the feature group and applies them to every member layer that supports styling.default voidFeatureGroupFunctions.setStyle(PathOptions pathOptions) Sets the given path options to each layer of the group that has a setStyle method. -
Uses of PathOptions in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Methods in org.vaadin.addons.componentfactory.leaflet.layer.vectors that return PathOptionsModifier and TypeMethodDescriptionPath.getStyle()Returns the current path style options applied to this layer.Methods in org.vaadin.addons.componentfactory.leaflet.layer.vectors with parameters of type PathOptionsModifier and TypeMethodDescriptionvoidPath.setStyle(PathOptions pathOptions) Changes the appearance of this layer by applying the given path style options.default voidPathFunctions.setStyle(PathOptions pathOptions) Changes the appearance of a Path based on the options in the Path options object. -
Uses of PathOptions in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Methods in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster that return PathOptionsModifier and TypeMethodDescriptionMarkerClusterGroup.getPolygonOptions()Gets the path options used to style the coverage polygon shown when a cluster is hovered.MarkerClusterOptions.getPolygonOptions()Gets the path options used to style the coverage polygon shown when a cluster is hovered.MarkerClusterGroup.getSpiderLegPolylineOptions()Gets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.MarkerClusterOptions.getSpiderLegPolylineOptions()Gets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.Methods in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster with parameters of type PathOptionsModifier and TypeMethodDescriptionvoidMarkerClusterOptions.setPolygonOptions(PathOptions polygonOptions) Sets the path options used to style the coverage polygon shown when a cluster is hovered.voidMarkerClusterOptions.setSpiderLegPolylineOptions(PathOptions spiderLegPolylineOptions) Sets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.