예제 #1
0
파일: Layer.java 프로젝트: robstryker/MOBAC
 public void delete() {
   maps.clear();
   atlasInterface.deleteLayer(this);
 }