| 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 RgbPixel |
RgbPixel.withAlphaPortion(int aAlphaPortion)
With alpha portion.
|
default RgbPixel |
RgbPixel.withBluePortion(int aBluePortion)
With blue portion.
|
default RgbPixel |
RgbPixel.withGreenPortion(int aGreenPortion)
With green portion.
|
default RgbPixel |
RgbPixel.withRedPortion(int aRedPortion)
With red portion.
|
default RgbPixel |
RgbPixel.withRgbValue(int aRgbValue)
With rgb value.
|
| 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.
|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withWidth(int aWidth)
With width.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RgbPixelImpl
The Class RgbPixelImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected RgbPixel[][] |
RgbPixmapImpl._pixels |
| Modifier and Type | Method and Description |
|---|---|
RgbPixel |
RgbPixmapImpl.getPixelAt(int aPosX,
int aPosY) |
RgbPixel[][] |
RgbPixmapImpl.getPixels() |
| Modifier and Type | Method and Description |
|---|---|
void |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.setPixelAt(RgbPixel aPixel,
int aPosX,
int aPosY) |
void |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.setPixels(RgbPixel[][] aPixels) |
RgbPixmap.RgbPixmapPropertyBuilder |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.withPixelAt(RgbPixel aPixel,
int aPosX,
int aPosY) |
RgbPixmap.RgbPixmapPropertyBuilder |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.withPixels(RgbPixel[][] aPixels) |
| Constructor and Description |
|---|
RgbPixmapImpl(RgbPixel[][] aPixels)
Instantiates a new rgb pixmap impl.
|
RgbPixmapPropertyBuilderImpl(RgbPixel[][] aPixels)
Instantiates a new rgb pixmap property builder impl.
|
Copyright © 2017. All rights reserved.