Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
PathOptions |
PathOptions.setClassName(String className)
Sets className option
|
PathOptions |
PathOptions.setClickable(boolean clickable)
Sets clickable option
|
PathOptions |
PathOptions.setColor(String color)
Sets color option
|
PathOptions |
PathOptions.setDashArray(String dashArray)
Sets dashArray option
|
PathOptions |
PathOptions.setFill(boolean fill)
Sets fill option
|
PathOptions |
PathOptions.setFillColor(String fillColor)
Sets fillColor option
|
PathOptions |
PathOptions.setFillOpacity(double fillOpacity)
Sets fillOpacity option
|
PathOptions |
PathOptions.setLineCap(String lineCap)
Sets lineCap option
|
PathOptions |
PathOptions.setLineJoin(String lineJoin)
Sets lineJoin option
|
PathOptions |
PathOptions.setOpacity(double opacity)
Sets opacity option
|
PathOptions |
PathOptions.setPointerEvents(String pointerEvents)
Sets pointerEvents option
|
PathOptions |
PathOptions.setStroke(boolean stroke)
Sets stroke option
|
PathOptions |
PathOptions.setWeight(int weight)
Sets weight option
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.setStyle(PathOptions options)
Changes the appearance of a Rectangle based on the options in the
PathOptions object. |
PolyLine |
PolyLine.setStyle(PathOptions options)
Changes the appearance of a Path based on the options in the
PathOptions object. |
Polygon |
Polygon.setStyle(PathOptions options)
Changes the appearance of a Path based on the options in the
PathOptions object. |
Path |
Path.setStyle(PathOptions options)
Changes the appearance of a Path based on the options in the
PathOptions object. |
MultiPolyline |
MultiPolyline.setStyle(PathOptions options)
Changes the appearance of a FeatureGroup based on the options in the
PathOptions object. |
MultiPolygon |
MultiPolygon.setStyle(PathOptions options)
Changes the appearance of a FeatureGroup based on the options in the
PathOptions object. |
FeatureGroup |
FeatureGroup.setStyle(PathOptions options)
Changes the appearance of a FeatureGroup based on the options in the
PathOptions object. |
CircleMarker |
CircleMarker.setStyle(PathOptions options)
Changes the appearance of a CircleMarker based on the options in the
PathOptions object. |
Circle |
Circle.setStyle(PathOptions options)
Changes the appearance of a Path based on the options in the
PathOptions object. |
Constructor and Description |
---|
Circle(LatLng latlng,
double radius,
PathOptions options)
Instantiates a circle object given a geographical point, a radius in
meters and an options object.
|
CircleMarker(LatLng latlng,
PathOptions options)
Instantiates a circle marker given a geographical point and an options
object.
|
Copyright © 2017. All rights reserved.