Uses of Class
edu.nrao.sss.measure.FluxDensity

Packages that use FluxDensity
edu.nrao.sss.measure Measurements and their units. 
 

Uses of FluxDensity in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return FluxDensity
 FluxDensity FluxDensity.add(FluxDensity other)
          Adds other flux density to this one.
 FluxDensity FluxDensity.clone()
          Returns a flux density that is equal to this one.
 FluxDensity FluxDensity.convertTo(FluxDensityUnits newUnits)
          Converts this measure of flux density to the new units.
 FluxDensity FluxDensity.normalize()
          Converts the value and units of this flux density so that the value is between one and one thousand.
static FluxDensity FluxDensity.parse(String fluxString)
          Returns a new flux density based on fluxString.
 FluxDensity FluxDensity.subtract(FluxDensity other)
          Subtracts other flux density from this one.
 

Methods in edu.nrao.sss.measure with parameters of type FluxDensity
 FluxDensity FluxDensity.add(FluxDensity other)
          Adds other flux density to this one.
 int FluxDensity.compareTo(FluxDensity otherFlux)
          Compares this flux density with the otherFlux for order.
 FluxDensity FluxDensity.subtract(FluxDensity other)
          Subtracts other flux density from this one.
 



Copyright © 2009. All Rights Reserved.