PX - The type of the pixel being managed by the Pixmap.B - The builder to return in order to be able to apply multiple
build operations.public static interface Pixmap.PixmapBuilder<PX,B extends Pixmap.PixmapBuilder<PX,B>>
| Modifier and Type | Method and Description |
|---|---|
B |
withPixelAt(PX aPixel,
int aPosX,
int aPosY)
Sets the pixmap for the pixmap property.
|
B |
withPixels(PX[][] aPixels) |
B withPixelAt(PX aPixel, int aPosX, int aPosY) throws IndexOutOfBoundsException
aHeight - The pixmap to be stored by the pixmap property.IndexOutOfBoundsException - in case the index is out of bounds.Copyright © 2017. All rights reserved.