Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Circle |
Circle.fill(Fill fill) |
Circle |
ClusterStyle.getCircle()
Returns the circle style.
|
Circle |
Circle.image(Image image) |
Circle |
Circle.radius(Number radius)
Sets the radius of the circle.
|
Circle |
Circle.snapToPixel(boolean snapToPixel)
Sets the snap to pixel value.
|
Circle |
Circle.stroke(Stroke stroke) |
Circle |
Circle.text(Text text) |
Modifier and Type | Method and Description |
---|---|
ClusterStyle |
ClusterStyle.circle(Circle circle)
Sets the circle style.
|
void |
ClusterStyle.setCircle(Circle circle)
Sets the circle style.
|
Constructor and Description |
---|
ClusterStyle(Circle circle,
Text text)
Creates a new instance.
|
ClusterStyle(Circle circle,
Text text,
Number minimumRadius,
Number maximumRadius)
Creates a new instance.
|
Copyright © 2015. All rights reserved.