io.qt.datavis.QSurfaceDataRow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-datavisualization Show documentation
Show all versions of qtjambi-datavisualization Show documentation
UI Components for creating stunning 3D data visualizations.
The newest version!
package io.qt.datavis;
import io.qt.*;
/**
* Template class that provides a dynamic array
* Java wrapper for Qt class QSurfaceDataRow
*/
public class QSurfaceDataRow extends io.qt.core.QList
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* See QSurfaceDataRow:: QSurfaceDataRow()
*/
public QSurfaceDataRow(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QSurfaceDataRow instance);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QSurfaceDataRow(QPrivateConstructor p) { super(p); }
}