java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGGeometry.ColoredPoint2D
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QSGGeometry
QSGGeometry::ColoredPoint2D struct is a convenience struct for accessing 2D Points with a color
Java wrapper for Qt class QSGGeometry::ColoredPoint2D
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal byte
a()
final byte
b()
clone()
final byte
g()
final byte
r()
final void
set
(float nx, float ny, byte nr, byte ng, byte nb, byte na) final void
setA
(byte a) final void
setB
(byte b) final void
setG
(byte g) final void
setR
(byte r) final void
setX
(float x) final void
setY
(float y) final float
x()
final float
y()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed