Class UImage
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UImage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormula()intgetHeight()java.awt.image.BufferedImagegetImage()intgetWidth()UImagemuteColor(java.awt.Color newColor)UImagescale(double scale)UImagescaleNearestNeighbor(double scale)
-
-
-
Method Detail
-
scale
public UImage scale(double scale)
-
scaleNearestNeighbor
public UImage scaleNearestNeighbor(double scale)
-
getImage
public final java.awt.image.BufferedImage getImage()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getFormula
public final java.lang.String getFormula()
-
muteColor
public UImage muteColor(java.awt.Color newColor)
-
-