|
HTML Parser Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Picture | |
---|---|
org.htmlparser.lexerapplications.thumbelina | Extract the images behind thumbnail images. |
Uses of Picture in org.htmlparser.lexerapplications.thumbelina |
---|
Methods in org.htmlparser.lexerapplications.thumbelina that return Picture | |
---|---|
Picture |
PicturePanel.find(String url)
Find a picture with the given URL in the panel. |
Picture |
TileSet.pictureAt(int x,
int y)
Find the Picture at position x,y |
Methods in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture | |
---|---|
void |
TileSet.add(Picture r)
Add a single picture to the list. |
void |
TileSet.bringToTop(Picture picture)
Move the given picture to the top of the Z order. |
void |
PicturePanel.bringToTop(Picture picture)
Move the given picture to the top of the Z order. |
protected void |
PicturePanel.draw(Picture picture,
boolean add)
Draw an image on screen. |
protected void |
Sequencer.place(Picture picture,
boolean add)
Place a picture in the display area. |
boolean |
Picture.same(Picture picture)
Return true if that picture is the same as this one. |
Constructors in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture | |
---|---|
Picture(Picture picture)
Construct a picture from the one given. |
|
© 2005 Derrick Oswald Jun 10, 2006
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
HTML Parser is an open source library released under LGPL. | |