Interface Displayable

    • Method Detail

      • isDisplaying

        boolean isDisplaying()
        Get if the object is currently displaying.
        Returns:
        true if the object is currently displaying abd false otherwise.
        See Also:
        setDisplaying(boolean)
      • setDisplaying

        void setDisplaying​(boolean displaying)
        Set if the object has to be displaying.
        Parameters:
        displaying - true if the object is currently displaying abd false otherwise.
        See Also:
        isDisplaying()