io.qt.datavis.QBarDataRow 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 QBarDataRow
*/
public class QBarDataRow extends io.qt.core.QList
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* See QBarDataRow:: QBarDataRow()
*/
public QBarDataRow(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QBarDataRow instance);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QBarDataRow(QPrivateConstructor p) { super(p); }
}