Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
IconOptions |
IconOptions.setClassName(String className)
Sets className option
|
IconOptions |
IconOptions.setIconAnchor(Point anchor)
Sets icon anchor option
|
IconOptions |
IconOptions.setIconRetinaUrl(String url)
Sets icon retina url option
|
IconOptions |
IconOptions.setIconSize(Point size)
Sets icon size option
|
IconOptions |
IconOptions.setPopupAnchor(Point anchor)
Sets popup anchor option
|
IconOptions |
IconOptions.setShadowAnchor(Point anchor)
Sets shadow anchor option
|
IconOptions |
IconOptions.setShadowRetinaUrl(String url)
Sets shadow retina url option
|
IconOptions |
IconOptions.setShadowSize(Point size)
Sets shadow size option
|
IconOptions |
IconOptions.setShadowUrl(String url)
Sets shadow url option
|
Constructor and Description |
---|
Icon(IconOptions options)
Creates an icon instance with the given options.
|
Copyright © 2017. All rights reserved.