| Modifier and Type | Field and Description |
|---|---|
static String |
LAYER_DEFAULT
Default "layer" tag.
|
static String |
LAYER_OPTICAL
Optical layer tag.
|
static String |
LAYER_PACKET
Packet layer tag.
|
| Constructor and Description |
|---|
UiNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
layer()
Returns the tag for the "layer" that the node should be rendered in
when viewed in the oblique view.
|
void |
setLayer(String layerTag)
Sets this node's "layer", for layered rendering.
|
destroy, idAsString, namepublic static final String LAYER_DEFAULT
public static final String LAYER_PACKET
public static final String LAYER_OPTICAL
public String layer()
public void setLayer(String layerTag)
layerTag - the layer tag to set