Class AbstractInternalWidget

    • Field Detail

      • hoverDetail

        java.lang.String hoverDetail
    • Constructor Detail

      • AbstractInternalWidget

        public AbstractInternalWidget()
    • Method Detail

      • getHoverDetail

        public java.lang.String getHoverDetail()
        Description copied from interface: IInternalWidget
        Returns the hover detail object. This detail is used by the renderer to determine which part or piece of the rendered image is hovered over.
        Specified by:
        getHoverDetail in interface IInternalWidget
        Returns:
        the hoverDetail
      • setHoverDetail

        public void setHoverDetail​(java.lang.String hoverDetail)
        Description copied from interface: IInternalWidget
        Sets a string object that represents which part of the rendered image is currently under the mouse pointer.
        Specified by:
        setHoverDetail in interface IInternalWidget
        Parameters:
        hoverDetail - the hoverDetail to set