Package gov.nasa.worldwind.render
Class LazilyLoadedTexture.RequestTask
- java.lang.Object
-
- gov.nasa.worldwind.render.LazilyLoadedTexture.RequestTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- LazilyLoadedTexture
protected static class LazilyLoadedTexture.RequestTask extends java.lang.Object implements java.lang.RunnableAttempts to find this texture's image file locally, and if that fails attempts to find it remotely.
-
-
Field Summary
Fields Modifier and Type Field Description protected LazilyLoadedTexturewwTextureThe BasicWWTexture associated with this request.
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequestTask(LazilyLoadedTexture wwTexture)Construct a request task for a specified BasicWWTexture.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()voidrun()java.lang.StringtoString()
-
-
-
Field Detail
-
wwTexture
protected final LazilyLoadedTexture wwTexture
The BasicWWTexture associated with this request.
-
-
Constructor Detail
-
RequestTask
protected RequestTask(LazilyLoadedTexture wwTexture)
Construct a request task for a specified BasicWWTexture.- Parameters:
wwTexture- the texture object for which to construct the request task.
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-