public interface PixmapImageBuilder<PX> extends BuildPixmap<PX>
| Modifier and Type | Method and Description |
|---|---|
void |
setImageInputStream(InputStream aImageStream)
Sets the input stream for retrieving the image data for the image
property.
|
void |
setImageURL(URL aUrl)
Sets the URL for retrieving the image data for the image property.
|
default PixmapImageBuilder<PX> |
withImageInputStream(InputStream aImageStream)
Sets the input stream for retrieving the image data for the image
property
|
default PixmapImageBuilder<PX> |
withImageURL(URL aUrl)
Sets the URL for retrieving the image data for the image property
|
toPixmapvoid setImageInputStream(InputStream aImageStream)
aImageStream - The image to be stored by the image property.default PixmapImageBuilder<PX> withImageInputStream(InputStream aImageStream)
aImage - The image to be stored by the image property.void setImageURL(URL aUrl)
aUrl - The image to be stored by the image property.default PixmapImageBuilder<PX> withImageURL(URL aUrl)
aImage - The image to be stored by the image property.Copyright © 2016. All rights reserved.