Class WorldMapPoints

java.lang.Object
gnu.trove.list.array.TIntArrayList
zombie.worldMap.WorldMapPoints
All Implemented Interfaces:
gnu.trove.list.TIntList, gnu.trove.TIntCollection, Externalizable, Serializable

public final class WorldMapPoints extends gnu.trove.list.array.TIntArrayList
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    float
     
    int
     
    int
     
    int
     
    int
     
    int
    getX(int index)
     
    int
    getY(int index)
     
    void
     
    boolean
     
    int
     
    void
    setReverse(WorldMapPoints worldMapPoints0)
     

    Methods inherited from class gnu.trove.list.array.TIntArrayList

    add, add, add, addAll, addAll, addAll, binarySearch, binarySearch, clear, clear, contains, containsAll, containsAll, containsAll, ensureCapacity, equals, fill, fill, forEach, forEachDescending, get, getNoEntryValue, getQuick, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, isEmpty, iterator, lastIndexOf, lastIndexOf, max, min, readExternal, remove, remove, removeAll, removeAll, removeAll, removeAt, replace, reset, resetQuick, retainAll, retainAll, retainAll, reverse, reverse, set, set, set, setQuick, shuffle, size, sort, sort, subList, sum, toArray, toArray, toArray, toArray, toArray, toString, transformValues, trimToSize, wrap, wrap, writeExternal

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WorldMapPoints

      public WorldMapPoints()
  • Method Details

    • numPoints

      public int numPoints()
    • getX

      public int getX(int index)
    • getY

      public int getY(int index)
    • getMinX

      public int getMinX()
    • getMinY

      public int getMinY()
    • getMaxX

      public int getMaxX()
    • getMaxY

      public int getMaxY()
    • invalidateBounds

      public void invalidateBounds()
    • calculateBoundIfNeeded

      public void calculateBoundIfNeeded()
    • calculateBounds

      public void calculateBounds()
    • isClockwise

      public boolean isClockwise()
    • setReverse

      public void setReverse(WorldMapPoints worldMapPoints0)
    • calculateLength

      public float calculateLength(UIWorldMap uIWorldMap)