Class LayerManager.Entry

  • Enclosing class:
    LayerManager

    public static final class LayerManager.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(oracle.spatial.network.nfe.vis.maps.core.LayerManager.LinkedEntry<java.lang.Integer,​Layer> e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Layer getLayer()  
      java.lang.Integer getPosition()  
      java.util.Collection<java.lang.String> getTags()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(oracle.spatial.network.nfe.vis.maps.core.LayerManager.LinkedEntry<java.lang.Integer,​Layer> e)
    • Method Detail

      • getPosition

        public java.lang.Integer getPosition()
      • getLayer

        public Layer getLayer()
      • getTags

        public java.util.Collection<java.lang.String> getTags()