Package org.gnome.gdk

Class TextureDownloader

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gdk.TextureDownloader
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class TextureDownloader extends ProxyInstance
The GdkTextureDownloader is used to download the contents of a Texture.

It is intended to be created as a short-term object for a single download, but can be used for multiple downloads of different textures or with different settings.

GdkTextureDownloader can be used to convert data between different formats. Create a GdkTexture for the existing format and then download it in a different format.