Pixmap.PixmapMutator<RgbPixel>
RgbPixmap.RgbPixmapProperty
, RgbPixmap.RgbPixmapPropertyBuilder
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl
public static interface RgbPixmap.RgbPixmapMutator extends Pixmap.PixmapMutator<RgbPixel>
Modifier and Type | Method | Description |
---|---|---|
void |
setPixelAt(int aPixel,
int aPosX,
int aPosY) |
Sets an integer value interpreted as pixel in the pixmap.
|
setPixelAt, setPixels
void setPixelAt(int aPixel, int aPosX, int aPosY) throws IndexOutOfBoundsException
aPixel
- The pixel to be placed at the given position.aPosX
- The x position of the pixel.aPosY
- The y position of the pixel.IndexOutOfBoundsException
- in case the index is out of bounds.Copyright © 2018. All rights reserved.