Package | Description |
---|---|
com.sdl.context.image |
Modifier and Type | Class and Description |
---|---|
class |
FileImage
Image based on a local file.
|
class |
HttpImage
Http Image class which will be used for the images retrieved via HttpClient.
|
class |
UrlImage
Image located at a URL.
|
Modifier and Type | Method and Description |
---|---|
UriImage |
ImageFactory.create(String uriAsString)
Create a UriImage from a URI as a string.
|
UriImage |
ImageFactory.create(String uriAsString,
String extension)
Create a UriImage from a URI as a string which has a known image extension (specifying
the extension means that we don't need to look it up).
|
UriImage |
UriImageFactory.create(URL url) |
UriImage |
ImageFactory.create(URL url)
Create a UriImage from a URL.
|
protected UriImage |
ImageFactory.create(URL url,
String extension)
Create a UriImage from a URL with a known extension (so we don't have to look it up).
|
Constructor and Description |
---|
UriImageCacheKey(UriImage image,
String rule)
Deprecated.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries