Package net.atmp
Class PixelImage
java.lang.Object
net.atmp.PixelImage
- All Implemented Interfaces:
MutableImage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BufferedImagegetImage()final doublegetScale()muteTransparentColor(Color newColor) withScale(double scale)
-
Constructor Details
-
PixelImage
-
-
Method Details
-
withScale
- Specified by:
withScalein interfaceMutableImage
-
getImage
- Specified by:
getImagein interfaceMutableImage
-
monochrome
- Specified by:
monochromein interfaceMutableImage
-
muteColor
- Specified by:
muteColorin interfaceMutableImage
-
muteTransparentColor
- Specified by:
muteTransparentColorin interfaceMutableImage
-
getScale
public final double getScale()- Specified by:
getScalein interfaceMutableImage
-