@JsType(isNative=true, namespace="Cesium", name="PolylineOutlineMaterialProperty") public class PolylineOutlineMaterialProperty extends MaterialProperty
MaterialProperty
that maps to polyline outline Material
uniforms.Modifier and Type | Field and Description |
---|---|
Property |
color
Gets or sets the Property specifying the Color of the line.
|
Property |
outlineColor
Gets or sets the Property specifying the Color of the outline.
|
Property |
outlineWidth
Gets or sets the numeric Property specifying the width of the outline.
|
Constructor and Description |
---|
PolylineOutlineMaterialProperty() |
PolylineOutlineMaterialProperty(PolylineOutlineMaterialPropertyOptions options) |
Modifier and Type | Method and Description |
---|---|
Event |
definitionChanged()
Gets the event that is raised whenever the definition of this property changes.
|
boolean |
equals(PolylineOutlineMaterialProperty other)
Compares this property to the provided property and returns true if they are equal, false otherwise.
|
JsObject |
getValue(JulianDate time,
JsObject result)
Gets the value of the property at the provided time.
|
boolean |
isConstant()
Gets a value indicating if this property is constant.
|
getType, getType
equals, getValue, getValue, getValueOrUndefined
@JsProperty public Property color
Color.WHITE()
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsConstructor public PolylineOutlineMaterialProperty()
@JsConstructor public PolylineOutlineMaterialProperty(PolylineOutlineMaterialPropertyOptions options)
@JsProperty(name="definitionChanged") public Event definitionChanged()
definitionChanged
in class Property<Material>
@JsProperty(name="isConstant") public boolean isConstant()
isConstant
in class Property<Material>
@JsMethod public boolean equals(PolylineOutlineMaterialProperty other)
other
- The other property.@JsMethod public JsObject getValue(JulianDate time, JsObject result)
time
- The time for which to retrieve the value.result
- The object to store the value into, if omitted, a new instance is created and returned.Copyright © 2019. All rights reserved.