- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QQuick3DTextureData.Format>
,Constable
- Enclosing class:
QQuick3DTextureData
Java wrapper for Qt enum QQuick3DTextureData::Format
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQQuick3DTextureData::
ASTC_10x10 RepresentingQQuick3DTextureData::
ASTC_10x5 RepresentingQQuick3DTextureData::
ASTC_10x6 RepresentingQQuick3DTextureData::
ASTC_10x8 RepresentingQQuick3DTextureData::
ASTC_12x10 RepresentingQQuick3DTextureData::
ASTC_12x12 RepresentingQQuick3DTextureData::
ASTC_4x4 RepresentingQQuick3DTextureData::
ASTC_5x4 RepresentingQQuick3DTextureData::
ASTC_5x5 RepresentingQQuick3DTextureData::
ASTC_6x5 RepresentingQQuick3DTextureData::
ASTC_6x6 RepresentingQQuick3DTextureData::
ASTC_8x5 RepresentingQQuick3DTextureData::
ASTC_8x6 RepresentingQQuick3DTextureData::
ASTC_8x8 RepresentingQQuick3DTextureData::
BC1 RepresentingQQuick3DTextureData::
BC2 RepresentingQQuick3DTextureData::
BC3 RepresentingQQuick3DTextureData::
BC4 RepresentingQQuick3DTextureData::
BC5 RepresentingQQuick3DTextureData::
BC6H RepresentingQQuick3DTextureData::
BC7 RepresentingQQuick3DTextureData::
DXT1_RGB RepresentingQQuick3DTextureData::
DXT1_RGBA RepresentingQQuick3DTextureData::
DXT3_RGBA RepresentingQQuick3DTextureData::
DXT5_RGBA RepresentingQQuick3DTextureData::
ETC2_RGB8 RepresentingQQuick3DTextureData::
ETC2_RGB8A1 RepresentingQQuick3DTextureData::
ETC2_RGBA8 RepresentingQQuick3DTextureData::
None RepresentingQQuick3DTextureData::
R16 RepresentingQQuick3DTextureData::
R16F RepresentingQQuick3DTextureData::
R32F RepresentingQQuick3DTextureData::
R8 RepresentingQQuick3DTextureData::
RGBA16F RepresentingQQuick3DTextureData::
RGBA32F RepresentingQQuick3DTextureData::
RGBA8 RepresentingQQuick3DTextureData::
RGBE8 -
Method Summary
Modifier and TypeMethodDescriptionstatic QQuick3DTextureData.Format
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QQuick3DTextureData.Format
Returns the enum constant of this type with the specified name.static QQuick3DTextureData.Format[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
None
Representing
QQuick3DTextureData::
None -
RGBA8
Representing
QQuick3DTextureData::
RGBA8 -
RGBA16F
Representing
QQuick3DTextureData::
RGBA16F -
RGBA32F
Representing
QQuick3DTextureData::
RGBA32F -
RGBE8
Representing
QQuick3DTextureData::
RGBE8 -
R8
Representing
QQuick3DTextureData::
R8 -
R16
Representing
QQuick3DTextureData::
R16 -
R16F
Representing
QQuick3DTextureData::
R16F -
R32F
Representing
QQuick3DTextureData::
R32F -
BC1
Representing
QQuick3DTextureData::
BC1 -
BC2
Representing
QQuick3DTextureData::
BC2 -
BC3
Representing
QQuick3DTextureData::
BC3 -
BC4
Representing
QQuick3DTextureData::
BC4 -
BC5
Representing
QQuick3DTextureData::
BC5 -
BC6H
Representing
QQuick3DTextureData::
BC6H -
BC7
Representing
QQuick3DTextureData::
BC7 -
DXT1_RGBA
Representing
QQuick3DTextureData::
DXT1_RGBA -
DXT1_RGB
Representing
QQuick3DTextureData::
DXT1_RGB -
DXT3_RGBA
Representing
QQuick3DTextureData::
DXT3_RGBA -
DXT5_RGBA
Representing
QQuick3DTextureData::
DXT5_RGBA -
ETC2_RGB8
Representing
QQuick3DTextureData::
ETC2_RGB8 -
ETC2_RGB8A1
Representing
QQuick3DTextureData::
ETC2_RGB8A1 -
ETC2_RGBA8
Representing
QQuick3DTextureData::
ETC2_RGBA8 -
ASTC_4x4
Representing
QQuick3DTextureData::
ASTC_4x4 -
ASTC_5x4
Representing
QQuick3DTextureData::
ASTC_5x4 -
ASTC_5x5
Representing
QQuick3DTextureData::
ASTC_5x5 -
ASTC_6x5
Representing
QQuick3DTextureData::
ASTC_6x5 -
ASTC_6x6
Representing
QQuick3DTextureData::
ASTC_6x6 -
ASTC_8x5
Representing
QQuick3DTextureData::
ASTC_8x5 -
ASTC_8x6
Representing
QQuick3DTextureData::
ASTC_8x6 -
ASTC_8x8
Representing
QQuick3DTextureData::
ASTC_8x8 -
ASTC_10x5
Representing
QQuick3DTextureData::
ASTC_10x5 -
ASTC_10x6
Representing
QQuick3DTextureData::
ASTC_10x6 -
ASTC_10x8
Representing
QQuick3DTextureData::
ASTC_10x8 -
ASTC_10x10
Representing
QQuick3DTextureData::
ASTC_10x10 -
ASTC_12x10
Representing
QQuick3DTextureData::
ASTC_12x10 -
ASTC_12x12
Representing
QQuick3DTextureData::
ASTC_12x12
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-