Class AbstractSurfaceObject.CacheEntry

  • Enclosing class:
    AbstractSurfaceObject

    protected static class AbstractSurfaceObject.CacheEntry
    extends java.lang.Object
    Represents a globe dependent cache entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object globeStateKey  
      java.lang.Object object  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEntry​(java.lang.Object object, DrawContext dc)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • object

        public java.lang.Object object
      • globeStateKey

        protected java.lang.Object globeStateKey
    • Constructor Detail

      • CacheEntry

        public CacheEntry​(java.lang.Object object,
                          DrawContext dc)