Uses of Class
com.threerings.tudey.util.Coord

Packages that use Coord
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.util   
 

Uses of Coord in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return Coord
 Coord TudeySceneModel.TileEntry.getLocation()
          Returns a reference to the tile's location.
 

Uses of Coord in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util that return Coord
 Coord Coord.clone()
           
 Coord CoordIntMap.CoordIntEntry.getKey()
           
 Coord CoordSet.pickRandom()
          Selects and returns a random coordinate from the set.
 Coord CoordSet.pickRandom(Coord result)
          Selects a random coordinate from the set and places it in the provided object.
 Coord CoordSet.pickRandom(int width, int height)
          Selects a random coordinate that is the origin of a region within the set with the supplied dimensions.
 Coord CoordSet.pickRandom(int width, int height, Coord result)
          Selects a random coordinate that is the origin of a region within the set with the supplied dimensions and places it in the provided object.
 Coord Coord.set(Coord other)
          Copies the elements of another coord.
 Coord Coord.set(int pair)
          Sets the fields of the coord to those contained in the supplied encoded coordinate pair.
 Coord Coord.set(int[] values)
          Copies the elements of an array.
 Coord Coord.set(int x, int y)
          Sets the fields of the coord.
 

Methods in com.threerings.tudey.util that return types with arguments of type Coord
 Set<Map.Entry<Coord,Integer>> CoordIntMap.entrySet()
           
 Iterator<Coord> CoordSet.iterator()
           
 

Methods in com.threerings.tudey.util with parameters of type Coord
 boolean CoordSet.add(Coord coord)
           
 Coord CoordSet.pickRandom(Coord result)
          Selects a random coordinate from the set and places it in the provided object.
 Coord CoordSet.pickRandom(int width, int height, Coord result)
          Selects a random coordinate that is the origin of a region within the set with the supplied dimensions and places it in the provided object.
 Integer CoordIntMap.put(Coord key, Integer value)
           
 Coord Coord.set(Coord other)
          Copies the elements of another coord.
 

Constructors in com.threerings.tudey.util with parameters of type Coord
Coord(Coord other)
          Copy constructor.
 

Constructor parameters in com.threerings.tudey.util with type arguments of type Coord
CoordSet(Collection<Coord> collection)
          Creates a coord set containing the contents of the supplied collection.
 



Copyright © 2011. All Rights Reserved.