net.aerith.misao.util.star
Class CatalogStarList

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.CatalogStarList

public class CatalogStarList
extends StarList

The CatalogStarList represents a list of CatalogStar.

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
CatalogStarList()
           
 
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

CatalogStarList

public CatalogStarList()