| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Layer layer) |
void |
add(Layer layer,
int group)
Add using layer groups.
|
void |
addGroup(int group) |
Layer |
get(int index) |
LayerRenderer[] |
getLayerRenderer()
Should only be used by MapRenderer.
|
Layer |
remove(int index) |
Layer |
set(int index,
Layer layer) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic Layer get(int index)
public int size()
public void add(int index,
Layer layer)
public void add(Layer layer, int group)
public Layer remove(int index)
public void addGroup(int group)
public LayerRenderer[] getLayerRenderer()