Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
PolyLineOptions |
PolyLineOptions.setClassName(String className)
Sets className option
|
PolyLineOptions |
PolyLineOptions.setClickable(boolean clickable)
Sets clickable option
|
PolyLineOptions |
PolyLineOptions.setColor(String color)
Sets color option
|
PolyLineOptions |
PolyLineOptions.setDashArray(String dashArray)
Sets dashArray option
|
PolyLineOptions |
PolyLineOptions.setFill(boolean fill)
Sets fill option
|
PolyLineOptions |
PolyLineOptions.setFillColor(String fillColor)
Sets fillColor option
|
PolyLineOptions |
PolyLineOptions.setFillOpacity(double fillOpacity)
Sets fillOpacity option
|
PolyLineOptions |
PolyLineOptions.setLineCap(String lineCap)
Sets lineCap option
|
PolyLineOptions |
PolyLineOptions.setLineJoin(String lineJoin)
Sets lineJoin option
|
PolyLineOptions |
PolyLineOptions.setNoClip(boolean noClip)
Sets noClip option
|
PolyLineOptions |
PolyLineOptions.setOpacity(double opacity)
Sets opacity option
|
PolyLineOptions |
PolyLineOptions.setPointerEvents(String pointerEvents)
Sets pointerEvents option
|
PolyLineOptions |
PolyLineOptions.setSmoothFactor(double smoothFactor)
Sets smoothFactor option
|
PolyLineOptions |
PolyLineOptions.setStroke(boolean stroke)
Sets stroke option
|
PolyLineOptions |
PolyLineOptions.setWeight(int weight)
Sets weight option
|
Constructor and Description |
---|
MultiPolygon(LatLng[][] latlngs,
PolyLineOptions options)
Instantiates a multi-polygon object given an array of latlngs arrays (one
for each individual polygon) and an options object.
|
MultiPolyline(LatLng[][] latlngs,
PolyLineOptions options)
Instantiates a multi-polyline object given an array of arrays of
geographical points (one for each individual polyline) and an options
object.
|
Polygon(LatLng[] latlngs,
PolyLineOptions options)
Instantiates a polygon object given an array of geographical points and an options object (the same as for Polyline).
|
PolyLine(LatLng[] latlngs,
PolyLineOptions options)
Instantiates a polyline object given an array of geographical points and an options object.
|
Rectangle(LatLngBounds bounds,
PolyLineOptions options)
Instantiates a rectangle object with the given geographical bounds and an options object.
|
Copyright © 2017. All rights reserved.