java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.quick.QSGMaterial
io.qt.quick.QSGOpaqueTextureMaterial
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGTextureMaterial
Convenient way of rendering textured geometry in the scene graph
Java wrapper for Qt's class QSGOpaqueTextureMaterial
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGMaterial
QSGMaterial.Flag, QSGMaterial.FlagsNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionintcompare(QSGMaterial other) createShader(QSGRendererInterface.RenderMode renderMode) final QSGTexture.Filteringfinal QSGTexture.WrapModefinal QSGTexture.Filteringfinal voidfinal voidsetFiltering(QSGTexture.Filtering filteringType) final voidfinal voidsetMipmapFiltering(QSGTexture.Filtering filteringType) final voidsetTexture(QSGTexture texture) final voidfinal QSGTexturetexture()type()final QSGTexture.WrapModeMethods inherited from class io.qt.quick.QSGMaterial
flags, setFlag, setFlagMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGOpaqueTextureMaterial
public QSGOpaqueTextureMaterial() -
QSGOpaqueTextureMaterial
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
anisotropyLevel
-
filtering
-
horizontalWrapMode
-
mipmapFiltering
-
setAnisotropyLevel
-
setFiltering
-
setHorizontalWrapMode
-
setMipmapFiltering
-
setTexture
-
setVerticalWrapMode
-
texture
-
verticalWrapMode
-
compare
- Overrides:
comparein classQSGMaterial
-
createShader
- Specified by:
createShaderin classQSGMaterial
-
type
- Specified by:
typein classQSGMaterial
-