| Package | Description | 
|---|---|
| agi.foundation.cesium | 
 Contains types used for defining graphical properties of definitional objects to be written out as CZML. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CesiumVerticalOrigin | 
CesiumVerticalOrigin.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CesiumVerticalOrigin | 
CesiumVerticalOrigin.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CesiumVerticalOrigin | 
CesiumVerticalOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CesiumVerticalOrigin[] | 
CesiumVerticalOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<CesiumVerticalOrigin> | 
LabelGraphics.getVerticalOrigin()
Gets whether the label is bottom, center, or top-aligned with the origin. 
 | 
CesiumProperty<CesiumVerticalOrigin> | 
BillboardGraphics.getVerticalOrigin()
Gets whether the billboard is bottom, center, or top-aligned with the origin. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LabelGraphics.setVerticalOrigin(CesiumProperty<CesiumVerticalOrigin> value)
Sets whether the label is bottom, center, or top-aligned with the origin. 
 | 
void | 
BillboardGraphics.setVerticalOrigin(CesiumProperty<CesiumVerticalOrigin> value)
Sets whether the billboard is bottom, center, or top-aligned with the origin. 
 |