| java.lang.Object sun.awt.image.ImageDecoderFactory sun.awt.qt.QtImageDecoderFactory
QtImageDecoderFactory | class QtImageDecoderFactory extends ImageDecoderFactory (Code) | | QtImageDecoderFactory produces QtImageDecoder
for the GIF, JPEG and PNG image formats on QWS platform.
QtToolkit is responsible for instantiating this class
and set as the default decoder factory.
Setting -Dsun.awt.qt.img.decoder.factory.enable=false on the
application command line will disable the installation of this
factory and will use java image decoders.
See Also: sun.awt.image.ImageDecoderFactory |
QtImageDecoderFactory | QtImageDecoderFactory()(Code) | | |
QtImageDecoderFactory | QtImageDecoderFactory(String[] qtImgFormats)(Code) | | Create an instance of with a
list of QT image formats that should be enabled
|
disableNativeDecoder | synchronized void disableNativeDecoder(String imgFormat)(Code) | | Disable the Qt's native decoder for the image format specified
Parameters: imgFormat - image format as specified by the constants definedin sun.awt.image.ImageDecoderFactory |
enableNativeDecoder | synchronized void enableNativeDecoder(String imgFormat)(Code) | | Enable the Qt's native decoder for the image format specified
Parameters: imgFormat - image format as specified by the constants definedin sun.awt.image.ImageDecoderFactory |
|
|