Class PixelImage
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.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()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
-
muteColor
public MutableImage muteColor(java.awt.Color newColor)
- Specified by:
muteColorin interfaceMutableImage
-
muteTransparentColor
public MutableImage muteTransparentColor(java.awt.Color newColor)
- Specified by:
muteTransparentColorin interfaceMutableImage
-
-