java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QPixelFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Class for describing different pixel layouts in graphics buffers
Java wrapper for Qt class QPixelFormat
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QPixelFormat::AlphaPositionstatic enum
Java wrapper for Qt enum QPixelFormat::AlphaPremultipliedstatic enum
Java wrapper for Qt enum QPixelFormat::AlphaUsagestatic enum
Java wrapper for Qt enum QPixelFormat::ByteOrderstatic enum
Java wrapper for Qt enum QPixelFormat::ColorModelstatic enum
Java wrapper for Qt enum QPixelFormat::TypeInterpretationstatic enum
Java wrapper for Qt enum QPixelFormat::YUVLayoutNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPixelFormat
(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation) QPixelFormat
(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation, QPixelFormat.ByteOrder byteOrder) Overloaded constructor forQPixelFormat(io.qt.gui.QPixelFormat.ColorModel, byte, byte, byte, byte, byte, byte, io.qt.gui.QPixelFormat.AlphaUsage, io.qt.gui.QPixelFormat.AlphaPosition, io.qt.gui.QPixelFormat.AlphaPremultiplied, io.qt.gui.QPixelFormat.TypeInterpretation, io.qt.gui.QPixelFormat.ByteOrder, byte)
withsubEnum = 0
.QPixelFormat
(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation, QPixelFormat.ByteOrder byteOrder, byte subEnum) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal byte
final QPixelFormat.AlphaUsage
final byte
final byte
final byte
blueSize()
final byte
final QPixelFormat.ByteOrder
final byte
clone()
final QPixelFormat.ColorModel
final byte
cyanSize()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final byte
int
hashCode()
final byte
hueSize()
final byte
final byte
final byte
redSize()
final byte
final byte
subEnum()
final byte
final QPixelFormat.YUVLayout
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPixelFormat
public QPixelFormat() -
QPixelFormat
public QPixelFormat(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation, QPixelFormat.ByteOrder byteOrder) Overloaded constructor for
QPixelFormat(io.qt.gui.QPixelFormat.ColorModel, byte, byte, byte, byte, byte, byte, io.qt.gui.QPixelFormat.AlphaUsage, io.qt.gui.QPixelFormat.AlphaPosition, io.qt.gui.QPixelFormat.AlphaPremultiplied, io.qt.gui.QPixelFormat.TypeInterpretation, io.qt.gui.QPixelFormat.ByteOrder, byte)
withsubEnum = 0
. -
QPixelFormat
public QPixelFormat(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation) with:
byteOrder = io.qt.gui.QPixelFormat.ByteOrder.CurrentSystemEndian
subEnum = 0
-
QPixelFormat
public QPixelFormat(QPixelFormat.ColorModel colorModel, byte firstSize, byte secondSize, byte thirdSize, byte fourthSize, byte fifthSize, byte alphaSize, QPixelFormat.AlphaUsage alphaUsage, QPixelFormat.AlphaPosition alphaPosition, QPixelFormat.AlphaPremultiplied premultiplied, QPixelFormat.TypeInterpretation typeInterpretation, QPixelFormat.ByteOrder byteOrder, byte subEnum) -
QPixelFormat
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
alphaPosition
-
alphaSize
-
alphaUsage
-
bitsPerPixel
-
blackSize
-
blueSize
-
brightnessSize
-
byteOrder
-
channelCount
-
colorModel
-
cyanSize
-
greenSize
-
hueSize
-
lightnessSize
-
magentaSize
-
premultiplied
-
redSize
-
saturationSize
-
subEnum
-
typeInterpretation
-
yellowSize
-
yuvLayout
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-