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