Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Icon |
Icon.anchor(Coordinate anchor)
Sets the anchor's coordinate.
|
Icon |
Icon.anchorOrigin(Icon.Origin anchorOrigin)
Sets the position of the anchor relative to the feature.
|
Icon |
Icon.anchorXUnits(Icon.Unit anchorXUnits)
Sets the unit for calculating the anchor's "X" position.
|
Icon |
Icon.anchorYUnits(Icon.Unit anchorYUnits)
Sets the unit for calculating the anchor's "Y" position.
|
Icon |
Icon.crossOrigin(CorsPolicy crossOrigin)
Sets the CORS (Cross Origin Resource Sharing) policy for this icon.
|
Icon |
Icon.opacity(Number opacity)
Sets the opacity of the icon.
|
Icon |
Icon.rotation(Number number) |
Icon |
Icon.scale(Number scale) |
Icon |
Icon.src(String src)
Sets the URL with the image for the icon.
|
Copyright © 2015. All rights reserved.