Uses of Class
org.scubatoolkit.UnitsSystem

Packages that use UnitsSystem
org.scubatoolkit   
 

Uses of UnitsSystem in org.scubatoolkit
 

Subclasses of UnitsSystem in org.scubatoolkit
private static class UnitsSystem.Imperial
           
private static class UnitsSystem.Metric
           
 

Fields in org.scubatoolkit declared as UnitsSystem
static UnitsSystem UnitsSystem.Metric
           
static UnitsSystem UnitsSystem.Imperial
           
private  UnitsSystem Site.unitsSystem
           
private  UnitsSystem Dive.units
           
private  UnitsSystem DecompressionStop.units
           
 

Methods in org.scubatoolkit that return UnitsSystem
 UnitsSystem Site.getUnitsSystem()
           
 UnitsSystem Dive.getUnits()
           
 UnitsSystem DecompressionStop.getUnits()
           
 

Methods in org.scubatoolkit with parameters of type UnitsSystem
private  void TrimixCalcWindow.setUnitsLabels(UnitsSystem unitsSystem)
           
 void Site.setUnitsSystem(UnitsSystem units)
           
static double Scuba.depth2ATA(double depth, UnitsSystem units)
          depth2ATA converts depth in FSW to ATA at sea level
static double Scuba.ATA2Depth(double ATA, UnitsSystem units)
          Description of the Method
 DecompressionSchedule SSITable.getDecoSchedule(PressureGroup startGroup, int bottomTime, double depth, UnitsSystem units)
          Gets the pressureGroup attribute of the SSITable object * * @param depth Description of the Parameter * @param time Description of the Parameter * @return The pressureGroup value
 double SSITable.getMaxDepth(UnitsSystem units)
           
 int SSITable.getResidualTime(PressureGroup pressureGroup, double depth, UnitsSystem units)
           
private  double[] SSITable.getDepthList(UnitsSystem units)
           
private  double[] SSITable.getRepetitiveDepthList(UnitsSystem units)
           
private  void NitrCalcWindow.setUnitsLabels(UnitsSystem unitsSystem)
           
 DecompressionSchedule NAUITable.getDecoSchedule(PressureGroup startGroup, int bottomTime, double depth, UnitsSystem units)
          Gets the pressureGroup attribute of the NAUITable object * * @param depth Description of the Parameter * @param time Description of the Parameter * @return The pressureGroup value
 double NAUITable.getMaxDepth(UnitsSystem units)
           
 int NAUITable.getResidualTime(PressureGroup pressureGroup, double depth, UnitsSystem units)
           
private  double[] NAUITable.getDepthList(UnitsSystem units)
           
private  double[] NAUITable.getRepetitiveDepthList(UnitsSystem units)
           
 double IDiveTable.getMaxDepth(UnitsSystem units)
           
 DecompressionSchedule IDiveTable.getDecoSchedule(PressureGroup startGroup, int bottomTime, double depth, UnitsSystem units)
           
 int IDiveTable.getResidualTime(PressureGroup pressureGroup, double depth, UnitsSystem units)
           
private  void HeliCalcWindow.setUnitsLabels(UnitsSystem unitsSystem)
           
 double Gas.getMOD(double ATA, UnitsSystem units)
          Description of the Method
static double Gas.calculatePercentOxygen(double mod, double ata, UnitsSystem units)
          Calculates the percentage of oxygen for a gas given the mod and the max ATA
static double Gas.calculateATA(double mod, double fo, UnitsSystem units)
           
 void Dive.setUnits(UnitsSystem system)
           
 double DecompressionStop.getDepth(UnitsSystem unitsSystem)
           
private  void BlendingCalcWindow.setUnitsLabels(UnitsSystem unitsSystem)
           
 

Constructors in org.scubatoolkit with parameters of type UnitsSystem
DecompressionStop(int stopDuration, double stopDepth, UnitsSystem unitsSystem)
           
 



Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.