Uses of Class
edu.nrao.sss.model.source.BrightnessDistribution

Packages that use BrightnessDistribution
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of BrightnessDistribution in edu.nrao.sss.model.source
 

Methods in edu.nrao.sss.model.source that return BrightnessDistribution
static BrightnessDistribution BrightnessDistribution.fromString(String text)
          Returns the brightness distribution represented by text.
static BrightnessDistribution BrightnessDistribution.getDefault()
          Returns a default brightness distribution.
 BrightnessDistribution SourceBrightness.getDistributionType()
          Returns the distribution type of this brightness.
static BrightnessDistribution BrightnessDistribution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrightnessDistribution[] BrightnessDistribution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.source with parameters of type BrightnessDistribution
static SourceBrightness SourceBrightness.createBrightness(BrightnessDistribution type)
          Returns a source brightness instance for the distribution of the given type.
 



Copyright © 2009. All Rights Reserved.