@JsType(isNative=true,
namespace="Cesium",
name="VerticalOrigin")
public class VerticalOrigin
extends Object
| Modifier and Type | Method and Description |
|---|---|
static Number |
BASELINE()
If the object contains text, the origin is at the baseline of the text,
else the origin is at the bottom of the object.
|
static Number |
BOTTOM()
The origin is at the bottom of the object.
|
static Number |
CENTER()
The origin is at the vertical center of the object.
|
static Number |
TOP()
The origin is at the top of the object.
|
@JsProperty(name="CENTER") public static Number CENTER()
@JsProperty(name="BOTTOM") public static Number BOTTOM()
@JsProperty(name="BASELINE") public static Number BASELINE()
@JsProperty(name="TOP") public static Number TOP()
Copyright © 2019. All rights reserved.