Constructor and Description |
---|
UImage(MutableImage image) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormula() |
int |
getHeight() |
java.awt.image.BufferedImage |
getImage(double withScale) |
java.lang.String |
getRawFileName() |
double |
getScale() |
int |
getWidth() |
UImage |
monochrome() |
UImage |
muteColor(java.awt.Color newColor) |
UImage |
muteTransparentColor(java.awt.Color newColor) |
UImage |
scale(double scale) |
UImage |
withFormula(java.lang.String formula) |
UImage |
withRawFileName(java.lang.String rawFileName) |
public UImage(MutableImage image)
public final UImage withRawFileName(java.lang.String rawFileName)
public final UImage withFormula(java.lang.String formula)
public final java.lang.String getRawFileName()
public final java.lang.String getFormula()
public UImage scale(double scale)
public final java.awt.image.BufferedImage getImage(double withScale)
public int getWidth()
public int getHeight()
public UImage muteColor(java.awt.Color newColor)
public UImage muteTransparentColor(java.awt.Color newColor)
public UImage monochrome()
public double getScale()