public class RgbPixmapImageBuilderImpl extends Object implements RgbPixmapImageBuilder
| Constructor and Description |
|---|
RgbPixmapImageBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.scene.image.Image |
getImage() |
protected void |
setImage(javafx.scene.image.Image aImage) |
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.
|
RgbPixmap |
toPixmap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithImageInputStream, withImageURLprotected javafx.scene.image.Image getImage()
protected void setImage(javafx.scene.image.Image aImage)
public RgbPixmap toPixmap()
toPixmap in interface BuildPixmap<RgbPixel>toPixmap in interface RgbPixmapImageBuilderpublic void setImageInputStream(InputStream aImageStream)
PixmapImageBuildersetImageInputStream in interface PixmapImageBuilder<RgbPixel>aImageStream - The image to be stored by the image property.public void setImageURL(URL aUrl)
PixmapImageBuildersetImageURL in interface PixmapImageBuilder<RgbPixel>aUrl - The image to be stored by the image property.Copyright © 2016. All rights reserved.