Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Text |
Style.getText()
Returns the text for this style.
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setText(Text text)
Sets the text for this instance.
|
Style |
Style.text(Text text)
Sets the text for this style.
|
Circle |
Circle.text(Text text) |
ClusterStyle |
ClusterStyle.text(Text text) |
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.
|
Style(Fill fill,
Image image,
Stroke stroke,
Text text,
Number zIndex)
Creates a new instance.
|
Copyright © 2015. All rights reserved.