Uses of Class
io.qt.gui.QImageIOHandler.Transformation
Package | Description |
---|---|
io.qt.gui |
-
Uses of QImageIOHandler.Transformation in io.qt.gui
Methods in io.qt.gui that return QImageIOHandler.Transformation Modifier and Type Method Description QImageIOHandler.Transformation[]
QImageIOHandler.Transformations. flags()
Returns an array of flag objects represented by this Transformations.static QImageIOHandler.Transformation
QImageIOHandler.Transformation. resolve(int value)
Returns the corresponding enum entry for the given value.static QImageIOHandler.Transformation
QImageIOHandler.Transformation. valueOf(String name)
Returns the enum constant of this type with the specified name.static QImageIOHandler.Transformation[]
QImageIOHandler.Transformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QImageIOHandler.Transformation Constructor Description Transformations(QImageIOHandler.Transformation... args)
Creates a new Transformations where the flags inargs
are set.