@JsType(isNative=true, namespace="Cesium", name="LabelStyle") public class LabelStyle extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
FILL_AND_OUTLINE()
Fill and outline the text of the label.
|
static Number |
FILL()
Fill the text of the label, but do not outline.
|
static Number |
OUTLINE()
Outline the text of the label, but do not fill.
|
@JsProperty(name="FILL") public static Number FILL()
@JsProperty(name="FILL_AND_OUTLINE") public static Number FILL_AND_OUTLINE()
@JsProperty(name="OUTLINE") public static Number OUTLINE()
Copyright © 2019. All rights reserved.