jas.jds.interfaces
Interface RemoteRebinnable1DHistogramData

All Superinterfaces:
java.rmi.Remote

public interface RemoteRebinnable1DHistogramData
extends java.rmi.Remote


Method Summary
 void delete()
           
 java.lang.String getDescription()
           
 java.lang.String[] getRemoteAxisLabels()
           
 Remote1DHistogramInfo getRemoteInfo()
           
 Statistics getStatistics()
           
 JASHistStyle getStyle()
           
 double[][] remoteRebin(int bins, double min, double max, boolean wantErrors, boolean hurry)
           
 

Method Detail

remoteRebin

public double[][] remoteRebin(int bins,
                              double min,
                              double max,
                              boolean wantErrors,
                              boolean hurry)
                       throws java.rmi.RemoteException

getRemoteInfo

public Remote1DHistogramInfo getRemoteInfo()
                                    throws java.rmi.RemoteException

getRemoteAxisLabels

public java.lang.String[] getRemoteAxisLabels()
                                       throws java.rmi.RemoteException

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException

getStatistics

public Statistics getStatistics()
                         throws java.rmi.RemoteException

delete

public void delete()
            throws java.rmi.RemoteException

getStyle

public JASHistStyle getStyle()
                      throws java.rmi.RemoteException