org.kde.qt
Class QGLColormap

java.lang.Object
  extended by org.kde.qt.QGLColormap
All Implemented Interfaces:
QtSupport

public class QGLColormap
extends java.lang.Object
implements QtSupport


Constructor Summary
  QGLColormap()
           
protected QGLColormap(java.lang.Class dummy)
           
  QGLColormap(QGLColormap arg1)
           
 
Method Summary
 void detach()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 QColor entryColor(int idx)
           
 int entryRgb(int idx)
           
protected  void finalize()
          Deletes the wrapped C++ instance
 int find(int color)
           
 int findNearest(int color)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isEmpty()
           
 void setEntries(int count, int[] colors)
           
 void setEntries(int count, int[] colors, int base)
           
 void setEntry(int idx, int color)
           
 void setEntry(int idx, QColor color)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QGLColormap

protected QGLColormap(java.lang.Class dummy)

QGLColormap

public QGLColormap()

QGLColormap

public QGLColormap(QGLColormap arg1)
Method Detail

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?