Ejemplo n.º 1
0
 /**
  * Method to call if projection changes. Subclasses that are worried about such events should
  * implement this.
  */
 public void projectionChanged() {
   // System.out.println("projection changed");
   try {
     loadVolumeData();
   } catch (Exception exc) {
     logException("loading volume data", exc);
   }
   super.projectionChanged();
 }