Interface IDecorator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Gets the message to be shown as a tooltip for the decorator.
      void setMessage​(java.lang.String message)
      Sets the message to be shown as a tooltip for the decorator.
    • Method Detail

      • getMessage

        java.lang.String getMessage()
        Gets the message to be shown as a tooltip for the decorator. This can e.g. be an error message stating why the shape is marked.
        Returns:
        the message
      • setMessage

        void setMessage​(java.lang.String message)
        Sets the message to be shown as a tooltip for the decorator. This can e.g. be an error message stating why the shape is marked.
        Parameters:
        message - the new message