public class Description extends Object
description
property in CZML.Constructor and Description |
---|
Description()
Initializes a new instance.
|
Description(CesiumProperty<String> text)
Initializes a new instance with the specified text.
|
Description(String text)
Initializes a new instance with the specified text.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<String> |
getText()
Gets the HTML description of the object.
|
void |
setText(CesiumProperty<String> value)
Sets the HTML description of the object.
|
public Description()
public Description(CesiumProperty<String> text)
text
- The HTML description of the object.public Description(String text)
text
- The HTML description of the object.public final CesiumProperty<String> getText()
public final void setText(CesiumProperty<String> value)