MagnitudeSystem

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. MagnitudeSystem
+METHOD_DEFAULT :int
+METHOD_STANDARD :int
+METHOD_CATALOG :int
+METHOD_INSTRUMENTAL :int
#method :int
#system :String
#gradient_bv :double
+MagnitudeSystem()
+getMethod() :int
+setMethod(int method) :void
+getSystemCode() :String
+setSystemCode(String system) :void
+getGradientBV() :double
+setGradientBV(double gradient) :void
+getStandardSystemCodes() :String
+getIcMag(double v_mag, double b_mag) :double
+getRcMag(double v_mag, double b_mag) :double
+getUsnoVMag(double R_mag, double B_mag) :double
+getDefaultMagnitudeSystemFormula() :Hashtable
+getDefaultMagnitudeSystemFormulaHelpMessage() :String
+calculateGradient(Vector pair_list) :double