Class LazilyLoadedTexture.RequestTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    LazilyLoadedTexture

    protected static class LazilyLoadedTexture.RequestTask
    extends java.lang.Object
    implements java.lang.Runnable
    Attempts 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 LazilyLoadedTexture wwTexture
      The BasicWWTexture associated with this request.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RequestTask​(LazilyLoadedTexture wwTexture)
      Construct a request task for a specified BasicWWTexture.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, getClass, notify, notifyAll, wait, wait, wait
    • 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:
        run in interface java.lang.Runnable
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object