Package io.qt.quick

Class QSGGeometry.Point2D

java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.Point2D
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QSGGeometry

public static class QSGGeometry.Point2D extends QtObject implements Cloneable

QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points

Java wrapper for Qt's class QSGGeometry::Point2D

  • Constructor Details

    • Point2D

      public Point2D()
    • Point2D

      protected Point2D(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details