uk.ac.leeds.ccg.andyt.grids.core
Class Grid2DSquareCellIntChunkMapFactory

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunkFactory
      extended by uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellIntChunkFactory
          extended by uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMapFactory
All Implemented Interfaces:
java.io.Serializable

public class Grid2DSquareCellIntChunkMapFactory
extends AbstractGrid2DSquareCellIntChunkFactory

A factory for constructing Grid2DSquareCellIntChunkMap instances.

See Also:
Serialized Form

Constructor Summary
Grid2DSquareCellIntChunkMapFactory()
          Creates a new Grid2DSquareCellIntChunkMapFactory.
 
Method Summary
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk()
          Create new _Grid2DSquareCellIntChunk.
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(AbstractGrid2DSquareCellIntChunk _Grid2DSquareCellIntChunk, AbstractGrid2DSquareCell.ChunkID chunkID)
          Create new _Grid2DSquareCellIntChunk.
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(Grid2DSquareCellInt _Grid2DSquareCellInt, AbstractGrid2DSquareCell.ChunkID chunkID)
          Create new _Grid2DSquareCellIntChunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid2DSquareCellIntChunkMapFactory

public Grid2DSquareCellIntChunkMapFactory()
Creates a new Grid2DSquareCellIntChunkMapFactory.

Method Detail

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk()
Create new _Grid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(Grid2DSquareCellInt _Grid2DSquareCellInt,
                                                                       AbstractGrid2DSquareCell.ChunkID chunkID)
Create new _Grid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(AbstractGrid2DSquareCellIntChunk _Grid2DSquareCellIntChunk,
                                                                       AbstractGrid2DSquareCell.ChunkID chunkID)
Create new _Grid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory