public final class Simple3DLineAnchor
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static Simple3DLineAnchor |
Bottom
The 3D line style is rendered above the ground as the vertical anchor is set to the bottom of the style.
|
static Simple3DLineAnchor |
Center
The center of the 3D line style is vertically aligned with the ground.
|
static Simple3DLineAnchor |
Top
The 3D line style is rendered under the ground as the vertical anchor is set to the top of the style.
|
| Modifier and Type | Method and Description |
|---|---|
static Simple3DLineAnchor |
valueOf(java.lang.String name) |
static Simple3DLineAnchor[] |
values() |
public static final Simple3DLineAnchor Center
public static final Simple3DLineAnchor Bottom
public static final Simple3DLineAnchor Top
public static Simple3DLineAnchor[] values()
public static Simple3DLineAnchor valueOf(java.lang.String name)