java.lang.Object
io.qt.internal.QtJambiObject
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's class QImageIOHandler
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QImageIOHandler::ImageOptionstatic enum
Java wrapper for Qt enum QImageIOHandler::Transformationstatic final class
QFlags type for enumQImageIOHandler.Transformation
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QImage
allocateImage
(QSize size, QImage.Format format) 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
(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() -
QImageIOHandler
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
device
-
format
-
setDevice
-
setFormat
-
canRead
-
currentImageNumber
-
currentImageRect
-
imageCount
-
jumpToImage
-
jumpToNextImage
-
loopCount
-
nextImageDelay
-
option
-
read
-
setOption
-
supportsOption
-
write
-
allocateImage
-