| Package | Description |
|---|---|
| org.refcodes.graphical |
This package contains graphics related interfaces representing the types
defined by this artifact.
|
| org.refcodes.graphical.impls |
This package contains implementations of the types defined by this artifact.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RgbPixmapImageBuilder
The Interface RgbPixmapImageBuilder.
|
| 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)
With height.
|
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)
With width.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RgbPixmapImageBuilderImpl
The Class RgbPixmapImageBuilderImpl.
|
Copyright © 2017. All rights reserved.