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