public interface IlpImageRepository
Modifier and Type | Method and Description |
---|---|
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.
|
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.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.