Uses of Class
anl.aida.data.Slice

Packages that use Slice
anl.aida.data   
 

Uses of Slice in anl.aida.data
 

Methods in anl.aida.data with parameters of type Slice
private  int[] AbstractDataFrame.createExtents(Slice slice)
           
private  int[] AbstractDataFrame.createOrigins(Slice slice)
           
 DataFrame DataFrame.slice(Slice slice)
          Creates a new DataFrame that is a slice or subsection of this one.
 DataFrame AbstractDataFrame.slice(Slice slice)
          Creates a new DataFrame that is a slice or subsection of this one.