Class UImage
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.UImage
-
-
Constructor Summary
Constructors Constructor Description UImage(MutableImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormula()intgetHeight()java.awt.image.BufferedImagegetImage(double withScale)java.lang.StringgetRawFileName()doublegetScale()intgetWidth()UImagemonochrome()UImagemuteColor(java.awt.Color newColor)UImagemuteTransparentColor(java.awt.Color newColor)UImagescale(double scale)UImagewithFormula(java.lang.String formula)UImagewithRawFileName(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)
-
monochrome
public UImage monochrome()
-
getScale
public double getScale()
-
-