java.lang.Object
io.qt.QtObject
io.qt.gui.QImageIOHandler
- All Implemented Interfaces:
QtObjectInterface
Defines the common image I/O interface for all image formats in Qt
Java wrapper for Qt class QImageIOHandler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQImageIOHandler::ImageOption
static enum
Java wrapper for Qt enumQImageIOHandler::Transformation
static final class
QFlags
type for enumQImageIOHandler.Transformation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QImage
allocateImage
(QSize size, QImage.Format format) static boolean
allocateImage
(QSize size, QImage.Format format, QImage image) abstract boolean
canRead()
int
final QIODevice
device()
final QByteArray
format()
int
boolean
jumpToImage
(int imageNumber) boolean
int
int
option
(QImageIOHandler.ImageOption option) abstract QImage
read()
final void
final void
setFormat
(byte [] format) Overloaded function forsetFormat(io.qt.core.QByteArray)
.final void
setFormat
(QByteArray format) void
setOption
(QImageIOHandler.ImageOption option, Object value) boolean
boolean
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QImageIOHandler
public QImageIOHandler()
-
-
Method Details
-
device
-
format
-
setDevice
-
setFormat
-
canRead
-
currentImageNumber
-
currentImageRect
-
imageCount
-
jumpToImage
-
jumpToNextImage
-
loopCount
-
nextImageDelay
-
option
-
read
-
setOption
-
supportsOption
-
write
-
allocateImage
See
QImageIOHandler::
allocateImage(QSize, QImage::Format, QImage*) This function was introduced in Qt 6.0.
-
allocateImage
- See Also:
-
setFormat
Overloaded function for
setFormat(io.qt.core.QByteArray)
.
-