org.kde.qt
Class QImageDecoder

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

public class QImageDecoder
extends java.lang.Object
implements QtSupport


Constructor Summary
protected QImageDecoder(java.lang.Class dummy)
           
  QImageDecoder(QImageConsumer c)
           
 
Method Summary
 int decode(char[] buffer, int length)
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
static QImageFormatType format(java.lang.String name)
           
static java.lang.String formatName(char[] buffer, int length)
           
 QImage image()
           
static java.util.ArrayList inputFormats()
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
static void registerDecoderFactory(QImageFormatType arg1)
           
static void unregisterDecoderFactory(QImageFormatType arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QImageDecoder

protected QImageDecoder(java.lang.Class dummy)

QImageDecoder

public QImageDecoder(QImageConsumer c)
Method Detail

image

public QImage image()

decode

public int decode(char[] buffer,
                  int length)

formatName

public static java.lang.String formatName(char[] buffer,
                                          int length)

format

public static QImageFormatType format(java.lang.String name)

inputFormats

public static java.util.ArrayList inputFormats()

registerDecoderFactory

public static void registerDecoderFactory(QImageFormatType arg1)

unregisterDecoderFactory

public static void unregisterDecoderFactory(QImageFormatType arg1)

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?