@JsType(isNative=true, namespace="Cesium", name="LabelCollection") public class LabelCollection extends Collection<Label>
Modifier and Type | Field and Description |
---|---|
Number |
blendOption
The billboard blending option.
|
boolean |
debugShowBoundingVolume
This property is for debugging only; it is not for production use nor is it optimized.
|
Matrix4 |
modelMatrix
The 4x4 transformation matrix that transforms each label in this collection from model to world coordinates.
|
Constructor and Description |
---|
LabelCollection() |
LabelCollection(LabelCollectionOptions options) |
Modifier and Type | Method and Description |
---|---|
Label |
add(LabelOptions options)
Creates and adds a label with the specified initial properties to the collection.
|
@JsProperty public Number blendOption
BlendOption.OPAQUE_AND_TRANSLUCENT()
@JsProperty public boolean debugShowBoundingVolume
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
@JsConstructor public LabelCollection()
@JsConstructor public LabelCollection(LabelCollectionOptions options)
@JsMethod public Label add(LabelOptions options)
options
- A template describing the label's properties.Collection.remove(T)
,
Collection.removeAll()
Copyright © 2019. All rights reserved.