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

Packages that use CoordSet
com.threerings.tudey.util   
 

Uses of CoordSet in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util that return CoordSet
 CoordSet CoordSet.getBorder()
          Creates a new set containing the coordinates that border the coordinates in this set.
 CoordSet CoordSet.getBorder(CoordSet result)
          Adds the coordinates that border the coordinates in this set to the provided set.
 CoordSet CoordSet.getCardinalBorder()
          Creates a new set containing the coordinates that border the coordinates in this set in the cardinal directions.
 CoordSet CoordSet.getCardinalBorder(CoordSet result)
          Adds the coordinates that border the coordinates in this set in cardinal directions to the set provided.
 

Methods in com.threerings.tudey.util with parameters of type CoordSet
 CoordSet CoordSet.getBorder(CoordSet result)
          Adds the coordinates that border the coordinates in this set to the provided set.
 CoordSet CoordSet.getCardinalBorder(CoordSet result)
          Adds the coordinates that border the coordinates in this set in cardinal directions to the set provided.
 void TilePainter.paintGround(CoordSet coords, ConfigReference<GroundConfig> ground, int elevation)
          Paints the specified coordinates with ground.
 void TilePainter.paintGround(CoordSet coords, ConfigReference<GroundConfig> ground, int elevation, boolean erase, boolean revise)
          Paints the specified coordinates with ground.
 void TilePainter.paintWall(CoordSet coords, ConfigReference<WallConfig> wall, int elevation)
          Paints the specified coordinates with wall.
 void TilePainter.paintWall(CoordSet coords, ConfigReference<WallConfig> wall, int elevation, boolean erase, boolean revise)
          Paints the specified coordinates with wall.
 



Copyright © 2011. All Rights Reserved.