Class UImage
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UImage
-
-
Constructor Summary
Constructors Constructor Description UImage(MutableImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormula()
int
getHeight()
java.awt.image.BufferedImage
getImage(double withScale)
java.lang.String
getRawFileName()
int
getWidth()
UImage
muteColor(java.awt.Color newColor)
UImage
muteTransparentColor(java.awt.Color newColor)
UImage
scale(double scale)
UImage
withFormula(java.lang.String formula)
UImage
withRawFileName(java.lang.String rawFileName)
-
-
-
Constructor Detail
-
UImage
public UImage(MutableImage image)
-
-
Method Detail
-
withRawFileName
public final UImage withRawFileName(java.lang.String rawFileName)
-
withFormula
public final UImage withFormula(java.lang.String formula)
-
getRawFileName
public final java.lang.String getRawFileName()
-
getFormula
public final java.lang.String getFormula()
-
scale
public UImage scale(double scale)
-
getImage
public final java.awt.image.BufferedImage getImage(double withScale)
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
muteColor
public UImage muteColor(java.awt.Color newColor)
-
muteTransparentColor
public UImage muteTransparentColor(java.awt.Color newColor)
-
-