程序包 | 说明 |
---|---|
org.htmlparser.lexerapplications.thumbelina |
限定符和类型 | 方法和说明 |
---|---|
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
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
boolean |
Picture.same(Picture picture)
Return
true if that picture is the same as this one. |
构造器和说明 |
---|
Picture(Picture picture)
Construct a picture from the one given.
|