jas.jds.interfaces
Interface RemoteHasSlices

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RemoteRebinnable2DHistogramData, RemoteScatterSource

public interface RemoteHasSlices
extends java.rmi.Remote


Method Summary
 int addSlice(double x, double y, double withd, double height, double phi)
           
 boolean canAddRemoveSlices()
           
 int getNSlices()
           
 RemoteRebinnable1DHistogramData getSlice(int n, RMIDestination dest)
           
 RemoteSliceParameters getSliceParameters(int n)
           
 void removeSlice(int n)
           
 

Method Detail

getNSlices

public int getNSlices()
               throws java.rmi.RemoteException

getSliceParameters

public RemoteSliceParameters getSliceParameters(int n)
                                         throws java.rmi.RemoteException

getSlice

public RemoteRebinnable1DHistogramData getSlice(int n,
                                                RMIDestination dest)
                                         throws java.rmi.RemoteException

canAddRemoveSlices

public boolean canAddRemoveSlices()
                           throws java.rmi.RemoteException

addSlice

public int addSlice(double x,
                    double y,
                    double withd,
                    double height,
                    double phi)
             throws java.rmi.RemoteException

removeSlice

public void removeSlice(int n)
                 throws java.rmi.RemoteException