Uses of Class
org.htmlparser.lexerapplications.thumbelina.Picture

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(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
 

Methods in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture
 boolean Picture.same(Picture picture)
          Return true if that picture is the same as this one.
 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.
 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.
 

Constructors in org.htmlparser.lexerapplications.thumbelina with parameters of type Picture
Picture(Picture picture)
          Construct a picture from the one given.