jas.jds.interfaces
Interface RemoteSliceParameters

All Superinterfaces:
java.rmi.Remote

public interface RemoteSliceParameters
extends java.rmi.Remote


Method Summary
 RemoteSliceInfo getInfo()
           
 void setHeight(double height)
           
 void setPhi(double phi)
           
 void setWidth(double width)
           
 void setX(double x)
           
 void setY(double y)
           
 

Method Detail

getInfo

public RemoteSliceInfo getInfo()
                        throws java.rmi.RemoteException

setX

public void setX(double x)
          throws java.rmi.RemoteException

setY

public void setY(double y)
          throws java.rmi.RemoteException

setWidth

public void setWidth(double width)
              throws java.rmi.RemoteException

setHeight

public void setHeight(double height)
               throws java.rmi.RemoteException

setPhi

public void setPhi(double phi)
            throws java.rmi.RemoteException