content
notified to textureObserver
If the texture isn't loaded in cache yet, a one pixel white image texture will be notified immediately to the given textureObserver
, then a second notification will be given in Event Dispatch Thread once the image texture is loaded. If the texture is in cache, it will be notified immediately to the given textureObserver
.
@param content an object containing an image
@param textureObserver the observer that will be notified once the texture is available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|