|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileManager.Tile | |
---|---|
gcspy.vis | This package provides the major classes for the GCspy visualiser. |
Uses of TileManager.Tile in gcspy.vis |
---|
Methods in gcspy.vis that return TileManager.Tile | |
---|---|
static TileManager.Tile |
TileManager.Tile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TileManager.Tile[] |
TileManager.Tile.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in gcspy.vis with parameters of type TileManager.Tile | |
---|---|
void |
TileManager.paintTile(int index,
java.awt.Color c,
TileManager.Tile tile)
Paints a tile with overflow |
void |
TileManager.paintTile(int index,
java.awt.Color c,
TileManager.Tile tile,
boolean force)
Paints a tile with overflow |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |