org.kde.qt
public class QImage extends Object implements QtSupport
Field Summary | |
---|---|
static int | BigEndian |
static int | IgnoreEndian |
static int | LittleEndian |
static int | ScaleFree |
static int | ScaleMax |
static int | ScaleMin |
Constructor Summary | |
---|---|
protected | QImage(Class dummy) |
QImage() | |
QImage(int width, int height, int depth, int numColors, int bitOrder) | |
QImage(int width, int height, int depth, int numColors) | |
QImage(int width, int height, int depth) | |
QImage(QSize arg1, int depth, int numColors, int bitOrder) | |
QImage(QSize arg1, int depth, int numColors) | |
QImage(QSize arg1, int depth) | |
QImage(String fileName, String format) | |
QImage(String fileName) | |
QImage(byte[] data) | |
QImage(char[] data, int w, int h, int depth, int[] colortable, int numColors, int bitOrder) | |
QImage(QImage arg1) |
Method Summary | |
---|---|
boolean | allGray() |
int | bitOrder() |
byte[] | bits() |
int | bytesPerLine() |
int | color(int i) |
int[] | colorTable() |
QImage | convertBitOrder(int arg1) |
QImage | convertDepth(int arg1) |
QImage | convertDepth(int arg1, int conversion_flags) |
QImage | convertDepthWithPalette(int arg1, int[] p, int pc, int cf) |
QImage | convertDepthWithPalette(int arg1, int[] p, int pc) |
QImage | copy() |
QImage | copy(int x, int y, int w, int h, int conversion_flags) |
QImage | copy(int x, int y, int w, int h) |
QImage | copy(QRect arg1) |
boolean | create(int width, int height, int depth, int numColors, int bitOrder) |
boolean | create(int width, int height, int depth, int numColors) |
boolean | create(int width, int height, int depth) |
boolean | create(QSize arg1, int depth, int numColors, int bitOrder) |
boolean | create(QSize arg1, int depth, int numColors) |
boolean | create(QSize arg1, int depth) |
QImage | createAlphaMask(int conversion_flags) |
QImage | createAlphaMask() |
QImage | createHeuristicMask(boolean clipTight) |
QImage | createHeuristicMask() |
int | depth() |
void | detach() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | dotsPerMeterX() |
int | dotsPerMeterY() |
void | fill(int pixel) |
protected void | finalize() Deletes the wrapped C++ instance |
static QImage | fromMimeSource(String abs_name) |
boolean | hasAlphaBuffer() |
int | height() |
static String | imageFormat(String fileName) |
static ArrayList | inputFormatList() |
static ArrayList | inputFormats() |
void | invertPixels(boolean invertAlpha) |
void | invertPixels() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isGrayscale() |
boolean | isNull() |
ArrayList | jumpTable() |
boolean | load(String fileName, String format) |
boolean | load(String fileName) |
boolean | loadFromData(char[] buf, int len, String format) |
boolean | loadFromData(char[] buf, int len) |
boolean | loadFromData(byte[] data, String format) |
boolean | loadFromData(byte[] data) |
QImage | mirror() |
QImage | mirror(boolean horizontally, boolean vertically) |
int | numBytes() |
int | numColors() |
QPoint | offset() |
boolean | op_equals(QImage arg1) |
boolean | op_not_equals(QImage arg1) |
static ArrayList | outputFormatList() |
static ArrayList | outputFormats() |
int | pixel(int x, int y) |
int | pixelIndex(int x, int y) |
QRect | rect() |
void | reset() |
boolean | save(String fileName, String format, int quality) |
boolean | save(String fileName, String format) |
boolean | save(QIODeviceInterface device, String format, int quality) |
boolean | save(QIODeviceInterface device, String format) |
QImage | scale(int w, int h, int mode) |
QImage | scale(int w, int h) |
QImage | scale(QSize s, int mode) |
QImage | scale(QSize s) |
QImage | scaleHeight(int h) |
QImage | scaleWidth(int w) |
byte[] | scanLine(int arg1) |
void | setAlphaBuffer(boolean arg1) |
void | setColor(int i, int c) |
void | setDotsPerMeterX(int arg1) |
void | setDotsPerMeterY(int arg1) |
void | setNumColors(int arg1) |
void | setOffset(QPoint arg1) |
void | setPixel(int x, int y, int index_or_rgb) |
void | setText(String key, String lang, String arg3) |
QSize | size() |
QImage | smoothScale(int w, int h, int mode) |
QImage | smoothScale(int w, int h) |
QImage | smoothScale(QSize s, int mode) |
QImage | smoothScale(QSize s) |
QImage | swapRGB() |
static int | systemBitOrder() |
static int | systemByteOrder() |
String | text(String key, String lang) |
String | text(String key) |
String | text(QImageTextKeyLang arg1) |
ArrayList | textKeys() |
ArrayList | textLanguages() |
boolean | valid(int x, int y) |
int | width() |
Object | xForm(QWMatrix matrix) |