Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Class and Description |
---|---|
class |
Icon
Provides a class that models an icon style for vector features.
|
Modifier and Type | Method and Description |
---|---|
Image |
Style.getImage()
Returns the image for this style.
|
Image |
Image.rotation(Number number)
Sets the rotation of the image.
|
Image |
Image.scale(Number scale)
Sets the scale of the image.
|
Modifier and Type | Method and Description |
---|---|
Style |
Style.image(Image image)
Sets the image for this style.
|
Circle |
Circle.image(Image image) |
ClusterStyle |
ClusterStyle.image(Image image) |
void |
Style.setImage(Image image)
Sets the image for this style.
|
Constructor and Description |
---|
Style(Fill fill,
Image image,
Stroke stroke,
Text text,
Number zIndex)
Creates a new instance.
|
Style(Image image)
Creates a new instance.
|
Copyright © 2015. All rights reserved.