Uses of Class
anl.aida.data.AxisType

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

Uses of AxisType in anl.aida.data
 

Fields in anl.aida.data declared as AxisType
private  AxisType AxisData.type
           
 

Methods in anl.aida.data that return AxisType
 AxisType RegularTimeAxis.getAxisType()
           
 AxisType CoordAxis.getAxisType()
          Gets the type of this axis.
 AxisType AxisRange.getAxisType()
          Gets the type of this axis.
 AxisType AbstractCoordAxis.getAxisType()
           
 AxisType AxisData.getType()
           
static AxisType AxisType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AxisType[] AxisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in anl.aida.data with parameters of type AxisType
 T Axes.getAxis(AxisType type)
          Gets the first axis of the specified type.
 void AxisData.setType(AxisType type)
           
 

Uses of AxisType in anl.aida.formula
 

Methods in anl.aida.formula with parameters of type AxisType
private  AxisRange FormulaValidator.findAxisByType(AxisType type, java.util.List<AxisRange> axes)
           
private  void FormulaValidator.testRange(java.util.List<AxisRange> ranges, CoordAxis axis, AxisType type, java.lang.String axisName, FormulaVariable var)