Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Icon.Origin |
Icon.getAnchorOrigin()
Sets the position of the anchor relative to the feature.
|
static Icon.Origin |
Icon.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icon.Origin[] |
Icon.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Icon |
Icon.anchorOrigin(Icon.Origin anchorOrigin)
Sets the position of the anchor relative to the feature.
|
void |
Icon.setAnchorOrigin(Icon.Origin anchorOrigin)
Sets the position of the anchor relative to the feature.
|
Constructor and Description |
---|
Icon(Coordinate anchor,
Icon.Origin anchorOrigin,
Icon.Unit anchorXUnits,
Icon.Unit anchorYUnits,
Number opacity,
String src,
CorsPolicy crossOrigin)
Creates a new instance.
|
Copyright © 2015. All rights reserved.