| java.lang.Object nextapp.echo2.app.HttpImageReference
HttpImageReference | public class HttpImageReference implements ImageReference(Code) | | A reference to an image that may be retrieved through an HTTP request.
|
HttpImageReference | public HttpImageReference(String uri)(Code) | | Creates a reference to an image at the specified URI of unknown size.
Parameters: uri - a URI from which the image data may be obtained |
HttpImageReference | public HttpImageReference(String uri, Extent width, Extent height)(Code) | | Creates a reference to an image at the specified URI of the given width
and height. If the image is not of the given width and height, it will
be scaled to the given width and height.
Parameters: uri - a URI from which the image data may be obtained Parameters: width - The width at which to render the image Parameters: height - The height at which to render the image |
getUri | public String getUri()(Code) | | Returns the URI from which the image may be obtained.
the URI of the image |
|
|