java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGGeometry.ColoredPoint2D
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QSGGeometry
public static class QSGGeometry.ColoredPoint2D extends QtObject implements Cloneable
QSGGeometry::ColoredPoint2D struct is a convenience struct for accessing 2D Points with a color
Java wrapper for Qt class QSGGeometry::ColoredPoint2D
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description ColoredPoint2D()
protected
ColoredPoint2D(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description byte
a()
byte
b()
QSGGeometry.ColoredPoint2D
clone()
byte
g()
byte
r()
void
set(float nx, float ny, byte nr, byte ng, byte nb, byte na)
void
setA(byte a)
void
setB(byte b)
void
setG(byte g)
void
setR(byte r)
void
setX(float x)
void
setY(float y)
float
x()
float
y()