Interface IHighlightRule


  • public interface IHighlightRule
    Represents the design of an HighLightRule in the scripting environment
    • Method Detail

      • getTestExpression

        java.lang.String getTestExpression()
        Returns Test Expression
        Returns:
        Test Expression
      • setTestExpression

        void setTestExpression​(java.lang.String expression)
                        throws ScriptException
        Sets Test Expression
        Parameters:
        expression -
        Throws:
        ScriptException
      • getFontStyle

        java.lang.String getFontStyle()
        Returns font style
        Returns:
        font style
      • getFontWeight

        java.lang.String getFontWeight()
        Returns font weight.
        Returns:
        font weight.
      • setFontWeight

        void setFontWeight​(java.lang.String weight)
                    throws ScriptException
        Sets font weight.
        Parameters:
        weight -
        Throws:
        ScriptException
      • getDateTimeFormat

        java.lang.String getDateTimeFormat()
        Return date time format.
        Returns:
        date time format.
      • setDateTimeFormat

        void setDateTimeFormat​(java.lang.String format)
                        throws ScriptException
        Sets date time format
        Parameters:
        format -
        Throws:
        ScriptException
      • getStringFormat

        java.lang.String getStringFormat()
        Returns string format
        Returns:
        string format
      • setStringFormat

        void setStringFormat​(java.lang.String format)
                      throws ScriptException
        Sets string format
        Parameters:
        format -
        Throws:
        ScriptException
      • getColor

        java.lang.String getColor()
        Returns color
        Returns:
        color
      • getValue1

        java.lang.String getValue1()
        Returns value1
        Returns:
        value1
      • getValue2

        java.lang.String getValue2()
        Returns value2
        Returns:
        value2
      • getOperator

        java.lang.String getOperator()
        Returns Operator
        Returns:
        operator
      • getBackGroundColor

        java.lang.String getBackGroundColor()
                                     throws ScriptException
        Returns backgroudcolor
        Returns:
        backgroudcolor
        Throws:
        ScriptException
      • setBackGroundColor

        void setBackGroundColor​(java.lang.String color)
                         throws ScriptException
        Sets backgroudcolor
        Parameters:
        color -
        Throws:
        ScriptException
      • getStructure

        org.eclipse.birt.report.model.api.core.IStructure getStructure()
        Returns structure.
        Returns:
        structure