org.kde.qt
Class QGLColormap
java.lang.Object
org.kde.qt.QGLColormap
- All Implemented Interfaces:
- QtSupport
public class QGLColormap
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QGLColormap
protected QGLColormap(java.lang.Class dummy)
QGLColormap
public QGLColormap()
QGLColormap
public QGLColormap(QGLColormap arg1)
isEmpty
public boolean isEmpty()
size
public int size()
detach
public void detach()
setEntries
public void setEntries(int count,
int[] colors,
int base)
setEntries
public void setEntries(int count,
int[] colors)
setEntry
public void setEntry(int idx,
int color)
setEntry
public void setEntry(int idx,
QColor color)
entryRgb
public int entryRgb(int idx)
entryColor
public QColor entryColor(int idx)
find
public int find(int color)
findNearest
public int findNearest(int color)
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?