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