public class PixelImage extends java.lang.Object implements MutableImage
| Constructor and Description |
|---|
PixelImage(java.awt.image.BufferedImage bufferedImage,
AffineTransformType type) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
getImage() |
double |
getScale() |
MutableImage |
monochrome() |
MutableImage |
muteColor(java.awt.Color newColor) |
MutableImage |
muteTransparentColor(java.awt.Color newColor) |
MutableImage |
withScale(double scale) |
public PixelImage(java.awt.image.BufferedImage bufferedImage,
AffineTransformType type)
public MutableImage withScale(double scale)
withScale in interface MutableImagepublic final java.awt.image.BufferedImage getImage()
getImage in interface MutableImagepublic MutableImage monochrome()
monochrome in interface MutableImagepublic MutableImage muteColor(java.awt.Color newColor)
muteColor in interface MutableImagepublic MutableImage muteTransparentColor(java.awt.Color newColor)
muteTransparentColor in interface MutableImagepublic final double getScale()
getScale in interface MutableImage