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

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.Grid2DSquareCellIntChunkRAFFactory
All Implemented Interfaces:
java.io.Serializable

public class Grid2DSquareCellIntChunkRAFFactory
extends AbstractGrid2DSquareCellIntChunkFactory

A factory for constructing Grid2DSquareCellIntChunkRAF instances.

See Also:
Serialized Form

Constructor Summary
Grid2DSquareCellIntChunkRAFFactory()
          Create new _Grid2DSquareCellIntChunkRAFFactory.
 
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

Grid2DSquareCellIntChunkRAFFactory

public Grid2DSquareCellIntChunkRAFFactory()
Create new _Grid2DSquareCellIntChunkRAFFactory.

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