| Package | Description |
|---|---|
| org.refcodes.graphical | |
| org.refcodes.graphical.impls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RgbPixmapImageBuilder |
| Modifier and Type | Method and Description |
|---|---|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withDimension(Dimension aDimension) |
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withDimension(int aWidth,
int aHeight) |
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withHeight(int aHeight) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
RgbPixmapImageBuilderImpl |
Copyright © 2017. All rights reserved.