jas.jds.interfaces
Interface RemoteRebinnable2DHistogramData

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

public interface RemoteRebinnable2DHistogramData
extends RemoteHasSlices


Method Summary
 void delete()
           
 java.lang.String getDescription()
           
 Remote2DHistogramInfo getRemoteInfo()
           
 java.lang.String[] getRemoteXAxisLabels()
           
 java.lang.String[] getRemoteYAxisLabels()
           
 Statistics getStatistics()
           
 JASHistStyle getStyle()
           
 double[][][] remoteRebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow)
           
 
Methods inherited from interface jas.jds.interfaces.RemoteHasSlices
addSlice, canAddRemoveSlices, getNSlices, getSlice, getSliceParameters, removeSlice
 

Method Detail

remoteRebin

public double[][][] remoteRebin(int xbins,
                                double xmin,
                                double xmax,
                                int ybins,
                                double ymin,
                                double ymax,
                                boolean wantErrors,
                                boolean hurry,
                                boolean overflow)
                         throws java.rmi.RemoteException

getRemoteInfo

public Remote2DHistogramInfo getRemoteInfo()
                                    throws java.rmi.RemoteException

getRemoteXAxisLabels

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

getRemoteYAxisLabels

public java.lang.String[] getRemoteYAxisLabels()
                                        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