setZIndex method

void setZIndex(
  1. int zindex
)

Implementation

void setZIndex(int zindex) {
  _zindex = zindex;
}