public class PolylineGlowMaterialGraphics extends Object
| Constructor and Description | 
|---|
PolylineGlowMaterialGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
createGenerators(IContainerCesiumGenerator parent,
                CesiumGeneratorContext context,
                IServiceProvider owner,
                PolylineMaterialCesiumWriter writer)  | 
CesiumProperty<Color> | 
getColor()
Gets the color of the line. 
 | 
CesiumProperty<Double> | 
getGlowPower()
Gets the strength of the glow. 
 | 
CesiumProperty<Double> | 
getTaperPower()
Gets the strength of the tapering effect. 
 | 
void | 
setColor(CesiumProperty<Color> value)
Sets the color of the line. 
 | 
void | 
setGlowPower(CesiumProperty<Double> value)
Sets the strength of the glow. 
 | 
void | 
setTaperPower(CesiumProperty<Double> value)
Sets the strength of the tapering effect. 
 | 
public PolylineGlowMaterialGraphics()
public final CesiumProperty<Color> getColor()
White (get).public final void setColor(CesiumProperty<Color> value)
White (get).public final CesiumProperty<Double> getGlowPower()
public final void setGlowPower(CesiumProperty<Double> value)
public final CesiumProperty<Double> getTaperPower()
public final void setTaperPower(CesiumProperty<Double> value)
public final void createGenerators(IContainerCesiumGenerator parent, CesiumGeneratorContext context, IServiceProvider owner, PolylineMaterialCesiumWriter writer)