jas.jds.interfaces
Interface RemoteHasSlices
- All Superinterfaces:
- java.rmi.Remote
- All Known Subinterfaces:
- RemoteRebinnable2DHistogramData, RemoteScatterSource
- public interface RemoteHasSlices
- extends java.rmi.Remote
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