Uses of Interface
com.badlogic.gdx.graphics.Pixmap.DownloadPixmapResponseListener
-
Packages that use Pixmap.DownloadPixmapResponseListener Package Description com.badlogic.gdx.graphics -
-
Uses of Pixmap.DownloadPixmapResponseListener in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics with parameters of type Pixmap.DownloadPixmapResponseListener Modifier and Type Method Description static voidPixmap. downloadFromUrl(java.lang.String url, Pixmap.DownloadPixmapResponseListener responseListener)Downloads an image from http(s) url and passes it as aPixmapto the specifiedPixmap.DownloadPixmapResponseListener
-