net.aerith.misao.util.star
Class StarImageList

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

public class StarImageList
extends StarList

The StarImageList represents a list of StarImage.

See Also:
Serialized Form

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
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

StarImageList

public StarImageList()
Method Detail

enableOutputCoordinates

public void enableOutputCoordinates()
Sets the flag so that R.A. and Decl. are also output.

setMagnitude

public void setMagnitude(MagnitudeTranslationFormula formula)
Converts pixel value of star data into magnitude based on the specified magnitude translation formula.
Parameters:
formula - the magnitude translation formula.