- Alle Superschnittstellen:
IElement
, IImage
- Alle bekannten Implementierungsklassen:
MutableImage
public interface IMutableImage<MI extends IMutableImage<MI>>
extends IImage
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.graphicapi.imageapi.IImage
getBottomLeftPixel, getBottomRightPixel, getHeight, getPixel, getPixelCount, getPixels, getSection, getTopLeftPixel, getTopRightPixel, getWidth, toBufferedImage, toImmutableImage, toJPG, toJPGString, toLeftRotatedImage, toPNG, toPNGString, toRepeatedImage, toRightRotatedImage, toScaledImage, toScaledImage, withAlphaValue, withWidthAndHeight
-
Methodendetails
-
setPixel
MI setPixel(int xPosition,
int yPosition,
IColor color)