| Modifier and Type | Interface and Description |
|---|---|
interface |
RgbPixmapImageBuilder
The Interface RgbPixmapImageBuilder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RgbPixmapImageBuilderImpl
The Class RgbPixmapImageBuilderImpl.
|
| Modifier and Type | Method and Description |
|---|---|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withDimension(Dimension aDimension)
With dimension.
|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withDimension(int aWidth,
int aHeight)
With dimension.
|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withHeight(int aHeight)
Sets the height for the height property.
|
default PixmapImageBuilder<PX> |
PixmapImageBuilder.withImageFile(File aImageFile)
Sets the
File for retrieving the image data for the image
property. |
default PixmapImageBuilder<PX> |
PixmapImageBuilder.withImageInputStream(InputStream aImageStream)
Sets the input stream for retrieving the image data for the image
property.
|
default PixmapImageBuilder<PX> |
PixmapImageBuilder.withImageURL(URL aUrl)
Sets the
URL for retrieving the image data for the image
property. |
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withWidth(int aWidth)
Sets the width for the width property.
|
Copyright © 2018. All rights reserved.