|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is implemented by classes that provide access to pictures and thumbnails. In particular a service with this interface is provided by all picture providers such as photo agencies. This service is used by indexing agents that index image collections on behalf of a broker.
| Method Summary | |
byte[] |
getPicture(String name)
Retrieves a picture based on the name. |
byte[] |
getThumbnail(String name)
Retrieves a thumbnail based on the name. |
Iterator |
iterator()
Returns a list of names of pictures that can be requested. |
| Method Detail |
public Iterator iterator()
public byte[] getPicture(String name)
name - The name of the picture. This name
must be locally unique.
public byte[] getThumbnail(String name)
name - The name of the picture. This name
must be locally unique.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||