Class PixelImage
java.lang.Object
net.sourceforge.plantuml.ugraphic.PixelImage
- All Implemented Interfaces:
MutableImage
-
Constructor Summary
ConstructorsConstructorDescriptionPixelImage
(java.awt.image.BufferedImage bufferedImage, AffineTransformType type) -
Method Summary
Modifier and TypeMethodDescriptionfinal java.awt.image.BufferedImage
getImage()
muteColor
(java.awt.Color newColor) muteTransparentColor
(java.awt.Color newColor) withScale
(double scale) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PixelImage
-
-
Method Details
-
withScale
- Specified by:
withScale
in interfaceMutableImage
-
getImage
public final java.awt.image.BufferedImage getImage()- Specified by:
getImage
in interfaceMutableImage
-
monochrome
- Specified by:
monochrome
in interfaceMutableImage
-
muteColor
- Specified by:
muteColor
in interfaceMutableImage
-
muteTransparentColor
- Specified by:
muteTransparentColor
in interfaceMutableImage
-