org.molwind.model
Interface TileGenerator
public interface TileGenerator
TileGenerator is a general model of a mechanism to generate tile information
from molecular entities.
- Version:
- 1.0
- Author:
- Oliver Karch
generateTile
Tile generateTile(LayeredPosition position)
throws MolwindException,
java.io.IOException
- Generates a tile for the given position.
- Parameters:
position
- the layered position
- Returns:
- a newly generated tile
- Throws:
MolwindException
- is thrown upon general molwind error
java.io.IOException
- is thrown upon i/o error
Copyright © 2008-2010. All Rights Reserved.