Interface GISBrowsable

    • Method Detail

      • setName

        void setName​(String name)
        Set the name of the element.
        Parameters:
        name - the new name.
      • setColor

        void setColor​(int color)
        Set the color of this element.
        Parameters:
        color - the new color.
      • isVisible

        @Pure
        boolean isVisible()
        Replies if this element is assumed to be visible inside a displayer. This flag should not be used to adapt the visibility of the element inside the browser.
        Returns:
        true if this element is visible, otherwise false
      • setVisible

        void setVisible​(boolean isVisible)
        Set if this element is assumed to be visible inside a displayer. This flag should not be used to adapt the visibility of the element inside the browser.
        Parameters:
        isVisible - must be true if this element is visible, otherwise false
      • setVisible

        void setVisible​(boolean isVisible,
                        boolean setChildrenVisibility)
        Set if this element is assumed to be visible inside a displayer. This flag should not be used to adapt the visibility of the element inside the browser.
        Parameters:
        isVisible - must be true if this element is visible, otherwise false
        setChildrenVisibility - indicates if the children visibility should be also changed in turn.
      • getParentName

        @Pure
        String getParentName()
        Replies the name of the parent.
        Returns:
        the name of the parent.