Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Field and Description |
---|---|
Fill |
Text.fill |
Modifier and Type | Method and Description |
---|---|
Fill |
Fill.color(Color color)
Sets the color for this fill.
|
Fill |
Fill.color(String color)
Creates a new instance.
|
Fill |
Style.getFill()
Returns the fill for the style.
|
Fill |
Text.getFill() |
Modifier and Type | Method and Description |
---|---|
Style |
Style.fill(Fill fill)
Sets the fill for the style.
|
Circle |
Circle.fill(Fill fill) |
ClusterStyle |
ClusterStyle.fill(Fill fill) |
void |
Style.setFill(Fill fill)
Sets the fill for the style.
|
void |
Text.setFill(Fill fill) |
Constructor and Description |
---|
Circle(Fill fill,
Number radius,
boolean snapToPixel,
Stroke stroke)
Creates a new instance.
|
Circle(Fill fill,
Number radius,
Stroke stroke)
Creates a new instance.
|
Style(Fill fill)
Creates a new instance.
|
Style(Fill fill,
Image image,
Stroke stroke,
Text text,
Number zIndex)
Creates a new instance.
|
Text(String text,
Fill fill) |
Text(String font,
Number offsetX,
Number offsetY,
Number scale,
Number rotation,
String text,
String textAlign,
String textBaseLine,
Fill fill,
Stroke stroke) |
Copyright © 2015. All rights reserved.