Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Icon.Unit |
Icon.getAnchorXUnits()
Returns the unit for calculating the anchor's "X" position.
|
Icon.Unit |
Icon.getAnchorYUnits()
Returns the unit for calculating the anchor's "Y" position.
|
static Icon.Unit |
Icon.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icon.Unit[] |
Icon.Unit.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.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.
|
void |
Icon.setAnchorXUnits(Icon.Unit anchorXUnits)
Sets the unit for calculating the anchor's "X" position.
|
void |
Icon.setAnchorYUnits(Icon.Unit anchorYUnits)
Sets the unit for calculating the anchor's "Y" position.
|
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.