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 String
getFormula()
int
getHeight()
BufferedImage
getImage(double withScale)
String
getRawFileName()
int
getWidth()
UImage
monochrome()
UImage
muteColor(Color newColor)
UImage
muteTransparentColor(Color newColor)
UImage
scale(double scale)
UImage
withFormula(String formula)
UImage
withRawFileName(String rawFileName)
-
-
-
Constructor Detail
-
UImage
public UImage(MutableImage image)
-
-
Method Detail
-
getRawFileName
public final String getRawFileName()
-
getFormula
public final String getFormula()
-
scale
public UImage scale(double scale)
-
getImage
public final BufferedImage getImage(double withScale)
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
monochrome
public UImage monochrome()
-
-