Package net.atmp
Class PixelImage
java.lang.Object
net.atmp.PixelImage
- All Implemented Interfaces:
MutableImage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal BufferedImage
getImage()
final double
getScale()
muteTransparentColor
(Color newColor) withScale
(double scale)
-
Constructor Details
-
PixelImage
-
-
Method Details
-
withScale
- Specified by:
withScale
in interfaceMutableImage
-
getImage
- Specified by:
getImage
in interfaceMutableImage
-
monochrome
- Specified by:
monochrome
in interfaceMutableImage
-
muteColor
- Specified by:
muteColor
in interfaceMutableImage
-
muteTransparentColor
- Specified by:
muteTransparentColor
in interfaceMutableImage
-
getScale
public final double getScale()- Specified by:
getScale
in interfaceMutableImage
-