public class PolylineOutlineMaterialGraphics extends Object
Constructor and Description |
---|
PolylineOutlineMaterialGraphics()
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<Color> |
getOutlineColor()
Gets the outline color of the line.
|
CesiumProperty<Double> |
getOutlineWidth()
Gets the outline width of the line.
|
void |
setColor(CesiumProperty<Color> value)
Sets the color of the line.
|
void |
setOutlineColor(CesiumProperty<Color> value)
Sets the outline color of the line.
|
void |
setOutlineWidth(CesiumProperty<Double> value)
Sets the outline width of the line.
|
public PolylineOutlineMaterialGraphics()
public final CesiumProperty<Color> getColor()
White
(get
).public final void setColor(CesiumProperty<Color> value)
White
(get
).public final CesiumProperty<Color> getOutlineColor()
Black
(get
).public final void setOutlineColor(CesiumProperty<Color> value)
Black
(get
).public final CesiumProperty<Double> getOutlineWidth()
public final void setOutlineWidth(CesiumProperty<Double> value)
public final void createGenerators(IContainerCesiumGenerator parent, CesiumGeneratorContext context, IServiceProvider owner, PolylineMaterialCesiumWriter writer)