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.String
getFormula()
int
getHeight()
java.awt.image.BufferedImage
getImage()
int
getWidth()
UImage
muteColor(java.awt.Color newColor)
UImage
scale(double scale)
UImage
scaleNearestNeighbor(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)
-
-