@JsType(isNative=true, namespace="Cesium", name="HorizontalOrigin") public class HorizontalOrigin extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
CENTER()
The origin is at the horizontal center of the object.
|
static Number |
LEFT()
The origin is on the left side of the object.
|
static Number |
RIGHT()
The origin is on the right side of the object.
|
@JsProperty(name="CENTER") public static Number CENTER()
@JsProperty(name="LEFT") public static Number LEFT()
@JsProperty(name="RIGHT") public static Number RIGHT()
Copyright © 2019. All rights reserved.