public class VectorGraphics extends Object
IVectorService
.Constructor and Description |
---|
VectorGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<Color> |
getColor()
Gets the color of the vector.
|
CesiumProperty<Double> |
getLength()
Gets the graphical length of the vector, in meters.
|
CesiumProperty<Double> |
getMinimumLengthInPixels()
Gets the minimum graphical length of the vector in pixels.
|
CesiumProperty<Boolean> |
getShow()
Gets whether or not the vector is shown.
|
void |
setColor(CesiumProperty<Color> value)
Sets the color of the vector.
|
void |
setLength(CesiumProperty<Double> value)
Sets the graphical length of the vector, in meters.
|
void |
setMinimumLengthInPixels(CesiumProperty<Double> value)
Sets the minimum graphical length of the vector in pixels.
|
void |
setShow(CesiumProperty<Boolean> value)
Sets whether or not the vector is shown.
|
public final CesiumProperty<Boolean> getShow()
true
.public final void setShow(CesiumProperty<Boolean> value)
true
.public final CesiumProperty<Color> getColor()
White
(get
).public final void setColor(CesiumProperty<Color> value)
White
(get
).public final CesiumProperty<Double> getLength()
public final void setLength(CesiumProperty<Double> value)
public final CesiumProperty<Double> getMinimumLengthInPixels()
public final void setMinimumLengthInPixels(CesiumProperty<Double> value)