@JsType(isNative=true,
namespace="Cesium",
name="PolylineDashMaterialProperty")
public class PolylineDashMaterialProperty
extends MaterialProperty
MaterialProperty that maps to polyline dash Material uniforms.| Modifier and Type | Field and Description |
|---|---|
Property |
color
Gets or sets the Property specifying the Color of the line.
|
Property |
dashLength
Gets or sets the numeric Property specifying the length of a dash cycle
|
Property |
dashPattern
Gets or sets the numeric Property specifying a dash pattern
|
Property |
gapColor
Gets or sets the Property specifying the Color of the gaps in the line.
|
| Constructor and Description |
|---|
PolylineDashMaterialProperty() |
PolylineDashMaterialProperty(PolylineDashMaterialPropertyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Event |
definitionChanged()
Gets the event that is raised whenever the definition of this property changes.
|
boolean |
isConstant()
Gets a value indicating if this property is constant.
|
getType, getTypeequals, getValue, getValue, getValueOrUndefined@JsProperty public Property color
@JsProperty public Property dashLength
@JsProperty public Property dashPattern
@JsProperty public Property gapColor
@JsConstructor public PolylineDashMaterialProperty()
@JsConstructor public PolylineDashMaterialProperty(PolylineDashMaterialPropertyOptions options)
@JsProperty public Event definitionChanged()
definitionChanged in class Property<Material>@JsProperty public boolean isConstant()
isConstant in class Property<Material>Copyright © 2019. All rights reserved.