| 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 CesiumShadowMode | 
CesiumShadowMode.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CesiumShadowMode | 
CesiumShadowMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CesiumShadowMode | 
CesiumShadowMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CesiumShadowMode[] | 
CesiumShadowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<CesiumShadowMode> | 
ModelGraphics.getShadows()
Gets whether or not the model casts or receives shadows. 
 | 
CesiumProperty<CesiumShadowMode> | 
LinkGraphics.getShadows()
Gets whether or not the line casts or receives shadows. 
 | 
CesiumProperty<CesiumShadowMode> | 
EllipsoidGraphics.getShadows()
Gets whether or not the ellipsoid casts or receives shadows. 
 | 
CesiumProperty<CesiumShadowMode> | 
CentralBodySurfaceRegionGraphics.getShadows()
Gets whether or not the region casts or receives shadows. 
 | 
CesiumProperty<CesiumShadowMode> | 
CentralBodySurfaceCurveGraphics.getShadows()
Gets whether or not the curve casts or receives shadows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelGraphics.setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the model casts or receives shadows. 
 | 
void | 
LinkGraphics.setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the line casts or receives shadows. 
 | 
void | 
EllipsoidGraphics.setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the ellipsoid casts or receives shadows. 
 | 
void | 
CentralBodySurfaceRegionGraphics.setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the region casts or receives shadows. 
 | 
void | 
CentralBodySurfaceCurveGraphics.setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the curve casts or receives shadows. 
 |