Package arcmap :: Module tilemap :: Class Layer
[hide private]
[frames] | no frames]

Class Layer

source code

Instance Methods [hide private]
 
__init__(self) source code
 
addTile(self, tile, x, y)
Brief Description...
source code
 
removeTile(self, x, y)
Brief Description...
source code
Method Details [hide private]

addTile(self, tile, x, y)

source code 

Brief Description
@type tile: Tile
@param tile: Placeholder
@type x: int
@param x: Placeholder
@type y: int
@param y: Placeholder
@rtype: (int, int, int)
@return: The x-coordinate, y-coordinate, and index of the image of the
    tile that used to be at the coordinates (x, y), or None if there
        was no tile there before

removeTile(self, x, y)

source code 

Brief Description
@type x: int
@param x: Placeholder
@type y: int
@param y: Placeholder
@rtype: (int, int, int)
@return: The x-coordinate, y-coordinate, and index of the image of the
    tile that used to be at the coordinates (x, y), or None if there
        was no tile there before