|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.command.RaDecMagBV
public class RaDecMagBV
A helper class converting a single string consisting of
ra dec mag b-v into appropriate values. The separator char between
the different values is the MessageEvent.SEPCHAR.
| Field Summary | |
|---|---|
protected float |
bv
|
protected double |
dec
|
protected float |
mag
|
protected double |
ra
|
| Constructor Summary | |
|---|---|
protected |
RaDecMagBV(String line)
Converts a single line into four values, ra, dec, mag, and b-v of a star. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double ra
protected double dec
protected float mag
protected float bv
| Constructor Detail |
|---|
protected RaDecMagBV(String line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||