getLevels method

int getLevels()

@return the number of distinct drawing levels required by this RenderTheme.

Implementation

int getLevels() {
  return this.levels;
}