Class QImage
java.lang.Object
net.sourceforge.plantuml.quantization.QImage
An immutable grid of pixel colors.
-
Method Summary
Modifier and TypeMethodDescriptionstatic QImagefromBufferedImage(ColorMapper mapper, BufferedImage img) static QImagefromColors(QColor[][] colors) getColor(int index) getColor(int x, int y) intintintgetWidth()
-
Method Details
-
fromBufferedImage
-
fromColors
-
getColor
-
getColor
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getNumPixels
public int getNumPixels() -
toBufferedImage
-
toBufferedImageKeepTransparency
-