java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.quick.QSGNode
io.qt.quick.QSGBasicGeometryNode
io.qt.quick.QSGGeometryNode
io.qt.quick.QSGNinePatchNode
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QSGNinePatchNode
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGNode
QSGNode.DirtyState, QSGNode.DirtyStateBit, QSGNode.Flag, QSGNode.FlagsNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrebuildGeometry(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr) abstract voidabstract voidsetDevicePixelRatio(double ratio) abstract voidsetPadding(double left, double top, double right, double bottom) abstract voidsetTexture(QSGTexture texture) abstract voidupdate()Methods inherited from class io.qt.quick.QSGGeometryNode
activeMaterial, inheritedOpacity, material, opaqueMaterial, renderOrder, setInheritedOpacity, setMaterial, setOpaqueMaterial, setRenderOrder, toStringMethods inherited from class io.qt.quick.QSGBasicGeometryNode
clipList, geometry, matrix, setGeometry, setRendererClipList, setRendererMatrixMethods inherited from class io.qt.quick.QSGNode
appendChildNode, childAtIndex, childCount, clearDirty, dirtyState, firstChild, flags, insertChildNodeAfter, insertChildNodeBefore, isSubtreeBlocked, lastChild, markDirty, markDirty, nextSibling, parent, prependChildNode, preprocess, previousSibling, qsgnode_set_description, removeAllChildNodes, removeChildNode, reparentChildNodesTo, setFlag, setFlag, setFlags, setFlagsMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGNinePatchNode
public QSGNinePatchNode() -
QSGNinePatchNode
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setBounds
-
setDevicePixelRatio
-
setPadding
@QtUninvokable public abstract void setPadding(double left, double top, double right, double bottom) -
setTexture
-
update
-
rebuildGeometry
public static void rebuildGeometry(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr)
-