Package net.atmp
Class PixelImage
- java.lang.Object
-
- net.atmp.PixelImage
-
- All Implemented Interfaces:
MutableImage
public class PixelImage extends java.lang.Object implements MutableImage
-
-
Constructor Summary
Constructors Constructor Description PixelImage(java.awt.image.BufferedImage bufferedImage, AffineTransformType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagegetImage()doublegetScale()MutableImagemonochrome()MutableImagemuteColor(java.awt.Color newColor)MutableImagemuteTransparentColor(java.awt.Color newColor)MutableImagewithScale(double scale)
-
-
-
Constructor Detail
-
PixelImage
public PixelImage(java.awt.image.BufferedImage bufferedImage, AffineTransformType type)
-
-
Method Detail
-
withScale
public MutableImage withScale(double scale)
- Specified by:
withScalein interfaceMutableImage
-
getImage
public final java.awt.image.BufferedImage getImage()
- Specified by:
getImagein interfaceMutableImage
-
monochrome
public MutableImage monochrome()
- Specified by:
monochromein interfaceMutableImage
-
muteColor
public MutableImage muteColor(java.awt.Color newColor)
- Specified by:
muteColorin interfaceMutableImage
-
muteTransparentColor
public MutableImage muteTransparentColor(java.awt.Color newColor)
- Specified by:
muteTransparentColorin interfaceMutableImage
-
getScale
public final double getScale()
- Specified by:
getScalein interfaceMutableImage
-
-