|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--net.aerith.misao.util.PositionList
|
+--net.aerith.misao.util.star.StarPositionList
|
+--net.aerith.misao.util.star.StarList
|
+--net.aerith.misao.util.star.StarImageList
The StarImageList represents a list of
StarImage.
| Fields inherited from class net.aerith.misao.util.star.StarList |
MERGE_BLEND,
MERGE_UNIFY |
| Fields inherited from class java.util.Vector |
capacityIncrement,
elementCount,
elementData,
serialVersionUID |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
StarImageList()
|
|
| Method Summary | |
void |
enableOutputCoordinates()
Sets the flag so that R.A. |
void |
setMagnitude(MagnitudeTranslationFormula formula)
Converts pixel value of star data into magnitude based on the specified magnitude translation formula. |
| Methods inherited from class net.aerith.misao.util.star.StarList |
addUnpacked,
adjustMagnitude,
blend,
flatten,
mapCoordinatesToXY,
mapCoordinatesToXY,
mapXYToCoordinates,
mapXYToCoordinates,
merge,
unify |
| Methods inherited from class net.aerith.misao.util.star.StarPositionList |
sort |
| Methods inherited from class net.aerith.misao.util.PositionList |
createMinimumGlobalTree,
map,
shift |
| Methods inherited from class java.util.Vector |
add,
add,
addAll,
addAll,
addElement,
capacity,
clear,
clone,
contains,
containsAll,
copyInto,
elementAt,
elements,
ensureCapacity,
ensureCapacityHelper,
equals,
firstElement,
get,
hashCode,
indexOf,
indexOf,
insertElementAt,
isEmpty,
lastElement,
lastIndexOf,
lastIndexOf,
remove,
remove,
removeAll,
removeAllElements,
removeElement,
removeElementAt,
removeRange,
retainAll,
set,
setElementAt,
setSize,
size,
subList,
toArray,
toArray,
toString,
trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator,
listIterator,
listIterator |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public StarImageList()
| Method Detail |
public void enableOutputCoordinates()
public void setMagnitude(MagnitudeTranslationFormula formula)
formula - the magnitude translation formula.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||