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 StringgetFormula()intgetHeight()BufferedImagegetImage(double withScale)StringgetRawFileName()intgetWidth()UImagemonochrome()UImagemuteColor(Color newColor)UImagemuteTransparentColor(Color newColor)UImagescale(double scale)UImagewithFormula(String formula)UImagewithRawFileName(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()
-
-