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