jas2.jds.interfaces
Interface RemoteRebinnable2DHistogramData
-
- All Superinterfaces:
- java.rmi.Remote, RemoteHasSlices
- All Known Subinterfaces:
- RemoteScatterSource
public interface RemoteRebinnable2DHistogramData extends RemoteHasSlices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddelete()java.lang.StringgetDescription()Remote2DHistogramInfogetRemoteInfo()java.lang.String[]getRemoteXAxisLabels()java.lang.String[]getRemoteYAxisLabels()StatisticsgetStatistics()JASHistStylegetStyle()double[][][]remoteRebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow)-
Methods inherited from interface jas2.jds.interfaces.RemoteHasSlices
addSlice, canAddRemoveSlices, getNSlices, getSlice, getSliceParameters, removeSlice
-
-
-
-
Method Detail
-
remoteRebin
double[][][] remoteRebin(int xbins, double xmin, double xmax, int ybins, double ymin, double ymax, boolean wantErrors, boolean hurry, boolean overflow) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getRemoteInfo
Remote2DHistogramInfo getRemoteInfo() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
getRemoteXAxisLabels
java.lang.String[] getRemoteXAxisLabels() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getRemoteYAxisLabels
java.lang.String[] getRemoteYAxisLabels() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getDescription
java.lang.String getDescription() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getStatistics
Statistics getStatistics() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
delete
void delete() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getStyle
JASHistStyle getStyle() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG