Uses of Class
org.htmlparser.lexerapplications.thumbelina.Picture
-
Packages that use Picture Package Description 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 Modifier and Type Method 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,yMethods in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture Modifier and Type Method Description void
TileSet. add(Picture r)
Add a single picture to the list.void
PicturePanel. bringToTop(Picture picture)
Move the given picture to the top of the Z order.void
TileSet. 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)
Returntrue
if that picture is the same as this one.Constructors in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture Constructor Description Picture(Picture picture)
Construct a picture from the one given.
-