|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tile | |
---|---|
demo.inpro.system.greifarm.gui | |
inpro.gui | all kinds of GUI components in block-world domains. |
inpro.gui.pentomino |
Uses of Tile in demo.inpro.system.greifarm.gui |
---|
Methods in demo.inpro.system.greifarm.gui that return types with arguments of type Tile | |
---|---|
protected java.util.List<Tile> |
GreifArmGUI.createTiles()
|
Uses of Tile in inpro.gui |
---|
Subclasses of Tile in inpro.gui | |
---|---|
class |
ImageTile
|
Fields in inpro.gui declared as Tile | |
---|---|
protected Tile |
Canvas.activeTile
|
protected Tile |
Canvas.draggingTile
|
Fields in inpro.gui with type parameters of type Tile | |
---|---|
protected java.util.List<Tile> |
Canvas.tiles
|
Methods in inpro.gui that return types with arguments of type Tile | |
---|---|
protected abstract java.util.List<Tile> |
Canvas.createTiles()
|
java.util.List<Tile> |
Canvas.getTiles()
|
java.util.List<Tile> |
Canvas.getTilesAt(java.awt.Point p)
unlike tileSelect, this returns the tiles at a point regardless of their selection/dragging/placement state |
Uses of Tile in inpro.gui.pentomino |
---|
Subclasses of Tile in inpro.gui.pentomino | |
---|---|
class |
PentoIcon
encapsulate PentoTile so that it can be used as the icon on a button |
class |
PentoTile
implements pentomino tiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |