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 |
---|---|
CesiumProperty<NearFarScalar> |
LabelGraphics.getPixelOffsetScaleByDistance()
Gets how the label's pixel offset should change based on the label's distance from the camera.
|
CesiumProperty<NearFarScalar> |
BillboardGraphics.getPixelOffsetScaleByDistance()
Gets how the billboard's pixel offset should change based on the billboard's distance from the camera.
|
CesiumProperty<NearFarScalar> |
PointGraphics.getScaleByDistance()
Gets how the point's scale should change based on the point's distance from the camera.
|
CesiumProperty<NearFarScalar> |
LabelGraphics.getScaleByDistance()
Gets how the label's scale should change based on the label's distance from the camera.
|
CesiumProperty<NearFarScalar> |
BillboardGraphics.getScaleByDistance()
Gets how the billboard's scale should change based on the billboard's distance from the camera.
|
CesiumProperty<NearFarScalar> |
PointGraphics.getTranslucencyByDistance()
Gets how the point's translucency should change based on the point's distance from the camera.
|
CesiumProperty<NearFarScalar> |
LabelGraphics.getTranslucencyByDistance()
Gets how the label's translucency should change based on the label's distance from the camera.
|
CesiumProperty<NearFarScalar> |
BillboardGraphics.getTranslucencyByDistance()
Gets how the billboard's translucency should change based on the billboard's distance from the camera.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
NearFarScalar.equals(NearFarScalar left,
NearFarScalar right)
Returns
true if the two instances are exactly equal. |
boolean |
NearFarScalar.equalsType(NearFarScalar other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
NearFarScalar.notEquals(NearFarScalar left,
NearFarScalar right)
Returns
true if the two instances are not exactly equal. |
Modifier and Type | Method and Description |
---|---|
void |
LabelGraphics.setPixelOffsetScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the label's pixel offset should change based on the label's distance from the camera.
|
void |
BillboardGraphics.setPixelOffsetScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the billboard's pixel offset should change based on the billboard's distance from the camera.
|
void |
PointGraphics.setScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the point's scale should change based on the point's distance from the camera.
|
void |
LabelGraphics.setScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the label's scale should change based on the label's distance from the camera.
|
void |
BillboardGraphics.setScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the billboard's scale should change based on the billboard's distance from the camera.
|
void |
PointGraphics.setTranslucencyByDistance(CesiumProperty<NearFarScalar> value)
Sets how the point's translucency should change based on the point's distance from the camera.
|
void |
LabelGraphics.setTranslucencyByDistance(CesiumProperty<NearFarScalar> value)
Sets how the label's translucency should change based on the label's distance from the camera.
|
void |
BillboardGraphics.setTranslucencyByDistance(CesiumProperty<NearFarScalar> value)
Sets how the billboard's translucency should change based on the billboard's distance from the camera.
|