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 CesiumHorizontalOrigin |
CesiumHorizontalOrigin.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumHorizontalOrigin |
CesiumHorizontalOrigin.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CesiumHorizontalOrigin |
CesiumHorizontalOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumHorizontalOrigin[] |
CesiumHorizontalOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<CesiumHorizontalOrigin> |
LabelGraphics.getHorizontalOrigin()
Gets whether the label is left, center, or right-aligned with the origin.
|
CesiumProperty<CesiumHorizontalOrigin> |
BillboardGraphics.getHorizontalOrigin()
Gets whether the billboard is left, center, or right-aligned with the origin.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelGraphics.setHorizontalOrigin(CesiumProperty<CesiumHorizontalOrigin> value)
Sets whether the label is left, center, or right-aligned with the origin.
|
void |
BillboardGraphics.setHorizontalOrigin(CesiumProperty<CesiumHorizontalOrigin> value)
Sets whether the billboard is left, center, or right-aligned with the origin.
|