|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WangTile | |
---|---|
texturesynthesis.wangtilesynthesizer.wangtiles |
Uses of WangTile in texturesynthesis.wangtilesynthesizer.wangtiles |
---|
Fields in texturesynthesis.wangtilesynthesizer.wangtiles with type parameters of type WangTile | |
---|---|
private java.util.Vector<WangTile> |
WangTileSet.tileSet
Space for the tiles. |
Methods in texturesynthesis.wangtilesynthesizer.wangtiles that return WangTile | |
---|---|
WangTile |
WangTileSet.get(int index)
Returns the tile at the specified position in this tile set. |
WangTile |
WangTiling.getTileAt(int x,
int y)
Returns the Wang tile at position x,y |
Methods in texturesynthesis.wangtilesynthesizer.wangtiles with parameters of type WangTile | |
---|---|
void |
WangTileSet.add(WangTile wt)
Adds a new Wang tile to this tile set if it isn't there yet. |
boolean |
WangTile.equals(WangTile anotherTile)
Tests if this tile is similiar to another tile. |
private boolean |
WangTiling.fitsTo(WangTile tmpTile,
int x,
int y)
Checks if a tile fits to a position in this tiling. |
boolean |
WangTileSet.isInSet(WangTile wt)
Tests if a similiar tile is in the set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |