|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.util.Position
|
+--net.aerith.misao.util.star.StarPosition
|
+--net.aerith.misao.util.star.Star
|
+--net.aerith.misao.util.star.MergedStar
|
+--net.aerith.misao.util.star.UnifiedStar
The UnifiedStar represents a set of some data of one
star. The position and magnitude of this object is the simple
average of all data. When a Star is added to this
object, the position and magnitude are recalculated.
| Fields inherited from class net.aerith.misao.util.star.MergedStar |
content_list |
| Fields inherited from class net.aerith.misao.util.star.Star |
color,
container_pair,
coor |
| Fields inherited from class net.aerith.misao.util.star.StarPosition |
mag |
| Fields inherited from class net.aerith.misao.util.Position |
x,
y |
| Constructor Summary | |
UnifiedStar(Star star)
Constructs an UnifiedStar of only one star, not
unified. |
|
| Method Summary | |
void |
append(Star star)
Appends a Star to this object. |
java.lang.String |
getName()
Gets the name of this star. |
java.lang.String |
getVsnetName()
Gets the name of this star in a format for the VSNET (Variable Star Network). |
| Methods inherited from class net.aerith.misao.util.star.MergedStar |
add,
getOutputStrings,
getOutputStringsWithXY,
getPxfStringsWithXY,
getStarAt,
getStarCount,
mapCoordinatesToXY,
mapXYToCoordinates,
rescale |
| Methods inherited from class net.aerith.misao.util.star.Star |
equals,
getColor,
getCoor,
getCoorString,
getCoorStringWithoutUnit,
getDecl,
getItemDelimiter,
getKeyAndValueDelimiter,
getKeyAndValues,
getOutputString,
getOutputStringWithoutName,
getOutputStringWithXY,
getPair,
getPositionString,
getPxfString,
getPxfStringWithXY,
getRA,
mapCoordinatesToXY,
mapXYToCoordinates,
setColor,
setCoor,
setKeyAndValue,
setPair |
| Methods inherited from class net.aerith.misao.util.star.StarPosition |
getMag,
paramString,
setMag,
toString |
| Methods inherited from class net.aerith.misao.util.Position |
getDistanceFrom,
getPositionAngleTo,
getX,
getY,
setPosition,
setX,
setY |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public UnifiedStar(Star star)
UnifiedStar of only one star, not
unified.star - the initial star.| Method Detail |
public java.lang.String getName()
public java.lang.String getVsnetName()
public void append(Star star)
Star to this object. The R.A. and Decl.,
(x,y) position and magnitude are recalculated.star - the star to append.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||