insert_layer_above
Description:
public void insert_layer_above (
Layer layer,
Layer? next_sibling)
Adds layer
to this above next_sibling
or, if next_sibling
is
null, at the bottom of the layer list.
Parameters:
this |
a Map
|
layer |
a Layer
|
next_sibling |
a Layer that is a child of this, or
null
|