new ol.style.Text(opt_options) experimental
Name | Type | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
Methods
-
getFill(){ol.style.Fill} experimental
src/ol/style/textstyle.js, line 114 -
Get the fill style for the text.
Returns:
Fill style.
-
getFont(){string|undefined} experimental
src/ol/style/textstyle.js, line 84 -
Get the font name.
Returns:
Font.
-
getOffsetX(){number} experimental
src/ol/style/textstyle.js, line 94 -
Get the x-offset for the text.
Returns:
Horizontal text offset.
-
getOffsetY(){number} experimental
src/ol/style/textstyle.js, line 104 -
Get the y-offset for the text.
Returns:
Vertical text offset.
-
getRotation(){number|undefined} experimental
src/ol/style/textstyle.js, line 124 -
Get the text rotation.
Returns:
Rotation.
-
getScale(){number|undefined} experimental
src/ol/style/textstyle.js, line 134 -
Get the text scale.
Returns:
Scale.
-
getStroke(){ol.style.Stroke} experimental
src/ol/style/textstyle.js, line 144 -
Get the stroke style for the text.
Returns:
Stroke style.
-
getText(){string|undefined} experimental
src/ol/style/textstyle.js, line 154 -
Get the text to be rendered.
Returns:
Text.
-
getTextAlign(){string|undefined} experimental
src/ol/style/textstyle.js, line 164 -
Get the text alignment.
Returns:
Text align.
-
getTextBaseline(){string|undefined} experimental
src/ol/style/textstyle.js, line 174 -
Get the text baseline.
Returns:
Text baseline.
-
setFill(fill) experimental
src/ol/style/textstyle.js, line 216 -
Set the fill.
Name Type Description fill
ol.style.Fill Fill style.
-
setFont(font) experimental
src/ol/style/textstyle.js, line 185 -
Set the font.
Name Type Description font
string | undefined Font.
-
setRotation(rotation) experimental
src/ol/style/textstyle.js, line 227 -
Set the rotation.
Name Type Description rotation
number | undefined Rotation.
-
setScale(scale) experimental
src/ol/style/textstyle.js, line 238 -
Set the scale.
Name Type Description scale
number | undefined Scale.
-
setStroke(stroke) experimental
src/ol/style/textstyle.js, line 249 -
Set the stroke.
Name Type Description stroke
ol.style.Stroke Stroke style.
-
setText(text) experimental
src/ol/style/textstyle.js, line 260 -
Set the text.
Name Type Description text
string | undefined Text.
-
setTextAlign(textAlign) experimental
src/ol/style/textstyle.js, line 271 -
Set the text alignment.
Name Type Description textAlign
string | undefined Text align.
-
setTextBaseline(textBaseline) experimental
src/ol/style/textstyle.js, line 282 -
Set the text baseline.
Name Type Description textBaseline
string | undefined Text baseline.