コード例 #1
0
ファイル: Layer.java プロジェクト: robstryker/MOBAC
 public void delete() {
   maps.clear();
   atlasInterface.deleteLayer(this);
 }