|
HTML Parser Home Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tile | |
|---|---|
| org.htmlparser.lexerapplications.thumbelina | Extract the images behind thumbnail images. |
| Uses of Tile in org.htmlparser.lexerapplications.thumbelina |
|---|
| Classes in org.htmlparser.lexerapplications.thumbelina that implement Tile | |
|---|---|
class |
Picture
Class to track pictures within the frame. |
| Fields in org.htmlparser.lexerapplications.thumbelina with type parameters of type Tile | |
|---|---|
protected ArrayList<Tile> |
TileSet.mRegions
The list of Tiles. |
| Methods in org.htmlparser.lexerapplications.thumbelina that return Tile | |
|---|---|
Tile |
TileSet.tileAt(int x,
int y)
Find the Tile at position x,y |
| Methods in org.htmlparser.lexerapplications.thumbelina that return types with arguments of type Tile | |
|---|---|
Iterator<Tile> |
TileSet.getTiles()
|
| Methods in org.htmlparser.lexerapplications.thumbelina with parameters of type Tile | |
|---|---|
void |
TileSet.add(Tile tile)
Add a single tile to the list. |
void |
TileSet.bringToTop(Tile tile)
Move the given tile to the top of the Z order. |
void |
PicturePanel.bringToTop(Tile tile)
Move the given picture to the top of the Z order. |
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| HTML Parser is an open source library released under Common Public License. | |