Package | Description |
---|---|
org.htmlparser.lexerapplications.thumbelina |
Extract the images behind thumbnail images.
|
Modifier and Type | Method and Description |
---|---|
Picture |
PicturePanel.find(java.lang.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
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
Picture(Picture picture)
Construct a picture from the one given.
|
HTML Parser is an open source library released under LGPL.