| 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 | Method and Description |
|---|---|
default RgbPixmapImageBuilder |
RgbPixmapImageBuilder.withImageFile(File aImageFile)
With image file.
|
default RgbPixmapImageBuilder |
RgbPixmapImageBuilder.withImageInputStream(InputStream aImageStream)
With image input stream.
|
default RgbPixmapImageBuilder |
RgbPixmapImageBuilder.withImageURL(URL aImageUrl)
With image URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RgbPixmapImageBuilderImpl
The Class RgbPixmapImageBuilderImpl.
|
| Modifier and Type | Method and Description |
|---|---|
RgbPixmapImageBuilder |
RgbPixmapImageBuilderImpl.withDimension(Dimension aDimension) |
RgbPixmapImageBuilder |
RgbPixmapImageBuilderImpl.withDimension(int aWidth,
int aHeight) |
RgbPixmapImageBuilder |
RgbPixmapImageBuilderImpl.withHeight(int aHeight) |
RgbPixmapImageBuilder |
RgbPixmapImageBuilderImpl.withWidth(int aWidth) |
Copyright © 2017. All rights reserved.