java.lang.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.Flags
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
rebuildGeometry
(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr) SeeQSGNinePatchNode::
rebuildGeometry(QSGTexture*, QSGGeometry*, QVector4D, QRectF, qreal) static void
rebuildGeometry
(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRect bounds, double dpr) final void
Overloaded function forsetBounds(io.qt.core.QRectF)
.abstract void
SeeQSGNinePatchNode::
setBounds(QRectF) abstract void
setDevicePixelRatio
(double ratio) SeeQSGNinePatchNode::
setDevicePixelRatio(qreal) abstract void
setPadding
(double left, double top, double right, double bottom) SeeQSGNinePatchNode::
setPadding(qreal, qreal, qreal, qreal) abstract void
setTexture
(QSGTexture texture) SeeQSGNinePatchNode::
setTexture(QSGTexture*) abstract void
update()
SeeQSGNinePatchNode::
update() Methods inherited from class io.qt.quick.QSGGeometryNode
activeMaterial, inheritedOpacity, material, opaqueMaterial, renderOrder, setInheritedOpacity, setMaterial, setOpaqueMaterial, setRenderOrder, toString
Methods inherited from class io.qt.quick.QSGBasicGeometryNode
clipList, geometry, matrix, setGeometry, setRendererClipList, setRendererMatrix
Methods 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, setFlags
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QSGNinePatchNode
public QSGNinePatchNode()See
QSGNinePatchNode::
QSGNinePatchNode()
-
-
Method Details
-
setBounds
See
QSGNinePatchNode::
setBounds(QRectF) -
setDevicePixelRatio
See
QSGNinePatchNode::
setDevicePixelRatio(qreal) -
setPadding
@QtUninvokable public abstract void setPadding(double left, double top, double right, double bottom) See
QSGNinePatchNode::
setPadding(qreal, qreal, qreal, qreal) -
setTexture
See
QSGNinePatchNode::
setTexture(QSGTexture*) -
update
See
QSGNinePatchNode::
update() -
rebuildGeometry
public static void rebuildGeometry(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr) See
QSGNinePatchNode::
rebuildGeometry(QSGTexture*, QSGGeometry*, QVector4D, QRectF, qreal) -
setBounds
Overloaded function for
setBounds(io.qt.core.QRectF)
. -
rebuildGeometry
public static void rebuildGeometry(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRect bounds, double dpr)
-