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