Uses of Class
anl.aida.data.Range

Packages that use Range
anl.aida.data   
anl.aida.formula   
 

Uses of Range in anl.aida.data
 

Fields in anl.aida.data declared as Range
private  Range Slice.layerRange
           
protected  Range AxisRange.range
           
private  Range AxisData.range
           
private  Range Slice.timeRange
           
private  Range Slice.xRange
           
private  Range Slice.yRange
           
 

Methods in anl.aida.data that return Range
 Range Slice.getLayerRange()
          Gets the range of slice along the layer dimension.
 Range CoordAxis.getRange()
          Gets the range of this axis.
 Range AxisRange.getRange()
          Gets the range of this axis.
 Range AxisData.getRange()
           
 Range AbstractCoordAxis.getRange()
           
 Range Slice.getTimeRange()
          Gets the range of slice along the time dimension.
 Range Slice.getXRange()
          Gets the range of slice along the x dimension.
 Range Slice.getYRange()
          Gets the range of slice along the y dimension.
 

Methods in anl.aida.data with parameters of type Range
private  void AbstractDataFrame.fillExtents(int[] extents, Range range, DataFrameAxis axis)
           
private  void AbstractDataFrame.fillOrigin(int[] origins, Range range, DataFrameAxis axis)
           
 void Slice.setLayerRange(Range range)
          Sets the layer range of this Slice.
 void AxisData.setRange(Range range)
           
 void Slice.setTimeRange(Range range)
          Sets the time range of this Slice.
 void Slice.setXRange(Range range)
          Sets the x range of this Slice.
 void Slice.setYRange(Range range)
          Sets the y range of this Slice.
 

Constructors in anl.aida.data with parameters of type Range
Range(Range range)
          Copy constructor.
 

Uses of Range in anl.aida.formula
 

Fields in anl.aida.formula declared as Range
private  Range FormulaVariable.timeStepRange
           
 

Methods in anl.aida.formula that return Range
 Range FormulaVariable.getTimeStepRange()
           
 

Methods in anl.aida.formula with parameters of type Range
private  IllegalFormulaException FormulaValidator.createValidationRangeEx(FormulaVariable var1, Range range, java.lang.String axis)
           
 void FormulaVariable.setTimeStepRange(Range timeStepRange)