Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Field and Description |
---|---|
Stroke |
Text.stroke |
Modifier and Type | Method and Description |
---|---|
Stroke |
Stroke.color(Color color)
Sets the stroke color.
|
Stroke |
Style.getStroke()
Returns the stroke for this style.
|
Stroke |
Text.getStroke() |
Stroke |
Stroke.lineCap(Stroke.LineCap lineCap)
Sets the line cap style.
|
Stroke |
Stroke.lineDash(Number... lineDash)
Sets the line dash style.
|
Stroke |
Stroke.lineJoin(Stroke.LineCap lineJoin)
Sets the line join style.
|
Stroke |
Stroke.miterLimit(Number miterLimit)
Sets the miter limit.
|
Stroke |
Stroke.width(Number width)
Sets the stroke width.
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setStroke(Stroke stroke)
Sets the stroke for this style
|
void |
Text.setStroke(Stroke stroke) |
Style |
Style.stroke(Stroke stroke)
Sets the stroke for this style.
|
Circle |
Circle.stroke(Stroke stroke) |
ClusterStyle |
ClusterStyle.stroke(Stroke stroke) |
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,
Image image,
Stroke stroke,
Text text,
Number zIndex)
Creates a new instance.
|
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.