Interface Pixmap.PixmapBuilder<PX,B extends Pixmap.PixmapBuilder<PX,B>>

    • Method Detail

      • withPixelAt

        B withPixelAt​(PX aPixel,
                      int aPosX,
                      int aPosY)
               throws java.lang.IndexOutOfBoundsException
        Sets the pixmap for the pixmap property.
        Parameters:
        aPixel - the pixel
        aPosX - the pos X
        aPosY - the pos Y
        Returns:
        The builder for applying multiple build operations.
        Throws:
        java.lang.IndexOutOfBoundsException - in case the index is out of bounds.
      • withPixels

        B withPixels​(PX[][] aPixels)
        With pixels.
        Parameters:
        aPixels - the pixels
        Returns:
        the b