Ejemplo n.º 1
0
 /**
  * Calls super method, and additionally fires a {@link MapChangedEvent}.
  *
  * @see MultilayerPlane#resize
  */
 public void resize(int width, int height, int dx, int dy) {
   super.resize(width, height, dx, dy);
   fireMapChanged();
 }