|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpImageRepository
Image repository where images can be accessed by their relative location. The image repository serves two primary functions:
| Method Summary | |
|---|---|
Image |
getImage(String location)
Gets an image by location. |
String |
getImageLocation(Image image)
Gets the location string associated with an image in the repository. |
List |
getImageLocations()
Gets a list of all the image locations currently in the repository. |
URL |
getImageURL(Image image)
Gets the location of an image in the repository as a URL. |
void |
removeImage(String location)
Removes an image from the repository. |
| Method Detail |
|---|
Image getImage(String location)
location - The relative path of the image.
String getImageLocation(Image image)
null otherwise.
image - The image to search for.
null if the image was
not found.List getImageLocations()
String instances for the images
currently in the repository.URL getImageURL(Image image)
null otherwise.
image - The image to search for.
null if the image was
not found.void removeImage(String location)
location - The location string associated with the image to be removed.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||