@JsType(isNative=true, namespace="Cesium", name="PolylineGlowMaterialProperty") public class PolylineGlowMaterialProperty extends MaterialProperty
Modifier and Type | Field and Description |
---|---|
Property |
color
A Property specifying the Color of the line.
|
Property |
glowPower
A numeric Property specifying the strength of the glow, as a percentage of the total line width.
|
Property |
taperPower
A numeric Property specifying the strength of the tapering effect, as a percentage of the total line length.
|
Constructor and Description |
---|
PolylineGlowMaterialProperty()
A
MaterialProperty that maps to polyline glow Material uniforms. |
PolylineGlowMaterialProperty(PolylineGlowMaterialPropertyOptions options)
A
MaterialProperty that maps to polyline glow Material uniforms. |
Modifier and Type | Method and Description |
---|---|
static PolylineGlowMaterialProperty |
create(Color color,
double glowPower)
Simple method for create PolylineGlowMaterialProperty by color and glowPower.
|
getType, getType
definitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant
@JsProperty public Property color
Color.WHITE()
@JsProperty public Property glowPower
@JsProperty public Property taperPower
@JsConstructor public PolylineGlowMaterialProperty()
MaterialProperty
that maps to polyline glow Material
uniforms.@JsConstructor public PolylineGlowMaterialProperty(PolylineGlowMaterialPropertyOptions options)
MaterialProperty
that maps to polyline glow Material
uniforms.options
- Options@JsOverlay public static PolylineGlowMaterialProperty create(Color color, double glowPower)
color
- A Property specifying the Color of the line.glowPower
- A numeric Property specifying the strength of the glow, as a percentage of the total line width.Copyright © 2019. All rights reserved.