Interface GISContainer<T extends GISElement>

    • Method Detail

      • getName

        @Pure
        String getName()
        Replies the name of the container.
        Returns:
        the name of the container.
      • size

        @Pure
        int size()
        Replies the count of map elements inside this container.
        Returns:
        the count of map elements inside this container.
      • getColor

        @Pure
        int getColor()
        Replies the color of this container that could be used as default color by the inside elements.
        Returns:
        the container color.
      • bindChangeListener

        void bindChangeListener​(ChangeListener listener)
        Bind the given listener to this container.
        Parameters:
        listener - the listener.
        Since:
        16.0