Class SurfaceIcon.SectorInfo

  • Enclosing class:
    SurfaceIcon

    protected static class SurfaceIcon.SectorInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object globeStateKey  
      protected java.util.List<Sector> sectors  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid​(DrawContext dc)  
      • Methods inherited from class java.lang.Object

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

      • sectors

        protected java.util.List<Sector> sectors
      • globeStateKey

        protected java.lang.Object globeStateKey
    • Constructor Detail

    • Method Detail