コード例 #1
0
 /**
  * Get the box visibility.
  *
  * @return <CODE>true</CODE> if the box is visible.
  */
 public boolean getBoxOn() throws RemoteException, VisADException {
   if (rendererControl == null) {
     throw new VisADException("DisplayRenderer not yet assigned to a Display");
   }
   return rendererControl.getBoxOn();
 }