Interface MutableImage
-
- All Known Implementing Classes:
PixelImage
public interface MutableImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferedImage
getImage()
MutableImage
muteColor(Color newColor)
MutableImage
muteTransparentColor(Color newColor)
MutableImage
withScale(double scale)
-
-
-
Method Detail
-
getImage
BufferedImage getImage()
-
withScale
MutableImage withScale(double scale)
-
muteColor
MutableImage muteColor(Color newColor)
-
muteTransparentColor
MutableImage muteTransparentColor(Color newColor)
-
-