@param index @return the MapLayer at the specified index
(int index)
| 28 | /** @param index |
| 29 | * @return the MapLayer at the specified index */ |
| 30 | public MapLayer get (int index) { |
| 31 | return layers.get(index); |
| 32 | } |
| 33 | |
| 34 | /** @param name |
| 35 | * @return the first layer having the specified name, if one exists, otherwise null */ |