Interface VisualizationPSQText

    • Method Detail

      • isVisible

        boolean isVisible()
        Get the value for Visible. (Show this text box in the visualization.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getLeftPosition

        BigDecimal getLeftPosition()
        Get the value for LeftPosition. (The left position of the text box.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getTopPosition

        BigDecimal getTopPosition()
        Get the value for TopPosition. (The left position of the text box.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getWidth

        BigDecimal getWidth()
        Get the value for Width. (The width of the text box.)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getFontSize

        VisualizationFontSize getFontSize()
        Get the value for FontSize. (The font size of the text box.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getText

        String getText()
        Get the value for Text. (The text in the text box.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setVisible

        void setVisible​(boolean newVisible)
        Set the value for Visible. (Show this text box in the visualization.)
        Parameters:
        newVisible - the new value for Visible.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setLeftPosition

        void setLeftPosition​(BigDecimal newLeftPosition)
        Set the value for LeftPosition. (The left position of the text box.) This value is optional.
        Parameters:
        newLeftPosition - the new value for LeftPosition.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setTopPosition

        void setTopPosition​(BigDecimal newTopPosition)
        Set the value for TopPosition. (The left position of the text box.) This value is optional.
        Parameters:
        newTopPosition - the new value for TopPosition.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setWidth

        void setWidth​(BigDecimal newWidth)
        Set the value for Width. (The width of the text box.) This value is optional.
        Parameters:
        newWidth - the new value for Width.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setFontSize

        void setFontSize​(VisualizationFontSize newFontSize)
        Set the value for FontSize. (The font size of the text box.) This value is mandatory.
        Parameters:
        newFontSize - the new value for FontSize. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setText

        void setText​(String newText)
        Set the value for Text. (The text in the text box.) This value is mandatory.
        Parameters:
        newText - the new value for Text. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.