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 PicturePicturePanel. find(java.lang.String url)Find a picture with the given URL in the panel.PictureTileSet. 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 voidTileSet. add(Picture r)Add a single picture to the list.voidPicturePanel. bringToTop(Picture picture)Move the given picture to the top of the Z order.voidTileSet. bringToTop(Picture picture)Move the given picture to the top of the Z order.protected voidPicturePanel. draw(Picture picture, boolean add)Draw an image on screen.protected voidSequencer. place(Picture picture, boolean add)Place a picture in the display area.booleanPicture. same(Picture picture)Returntrueif 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.
-