| 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)
Retrieves a pixel at a given position.
|
RgbPixel[][] |
RgbPixmapImpl.getPixels()
Returns the two dimensional pixels array representing the pixmap.
|
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)
Sets the height for the height property.
|
PixmapImageBuilder<RgbPixel> |
RgbPixmapImageBuilder.withWidth(int aWidth)
Sets the width for the width property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.setPixelAt(RgbPixel aPixel,
int aPosX,
int aPosY)
Sets a pixel in the pixmap.
|
void |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.setPixels(RgbPixel[][] aPixels)
Sets the pixels.
|
RgbPixmap.RgbPixmapPropertyBuilder |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.withPixelAt(RgbPixel aPixel,
int aPosX,
int aPosY)
Sets the pixmap for the pixmap property.
|
RgbPixmap.RgbPixmapPropertyBuilder |
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl.withPixels(RgbPixel[][] aPixels)
With pixels.
|
| Constructor and Description |
|---|
RgbPixmapImpl(RgbPixel[][] aPixels)
Instantiates a new rgb pixmap impl.
|
RgbPixmapPropertyBuilderImpl(RgbPixel[][] aPixels)
Instantiates a new rgb pixmap property builder impl.
|
Copyright © 2018. All rights reserved.