protected static class LazilyLoadedTexture.RequestTask extends Object implements Runnable
| Modifier and Type | Field and Description | 
|---|---|
protected LazilyLoadedTexture | 
wwTexture
The BasicWWTexture associated with this request. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
RequestTask(LazilyLoadedTexture wwTexture)
Construct a request task for a specified BasicWWTexture. 
 | 
protected final LazilyLoadedTexture wwTexture
protected RequestTask(LazilyLoadedTexture wwTexture)
wwTexture - the texture object for which to construct the request task.