Interface IHighlightRule
public interface IHighlightRule
Represents the design of an HighLightRule in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionReturns backgroudcolorgetColor()
Returns colorReturn date time format.Returns font styleReturns font weight.Returns OperatorReturns string formatorg.eclipse.birt.report.model.api.core.IStructure
Returns structure.Returns Test ExpressionReturns value1Returns value2void
setBackGroundColor
(String color) Sets backgroudcolorvoid
Sets colorvoid
setDateTimeFormat
(String format) Sets date time formatvoid
setFontStyle
(String style) Sets font stylevoid
setFontWeight
(String weight) Sets font weight.void
setOperator
(String operator) Sets Operatorvoid
setStringFormat
(String format) Sets string formatvoid
setTestExpression
(String expression) Sets Test Expressionvoid
Sets Value1void
Sets Value2
-
Method Details
-
getTestExpression
String getTestExpression()Returns Test Expression- Returns:
- Test Expression
-
setTestExpression
Sets Test Expression- Parameters:
expression
-- Throws:
ScriptException
-
getFontStyle
String getFontStyle()Returns font style- Returns:
- font style
-
setFontStyle
Sets font style- Parameters:
style
-- Throws:
ScriptException
-
getFontWeight
String getFontWeight()Returns font weight.- Returns:
- font weight.
-
setFontWeight
Sets font weight.- Parameters:
weight
-- Throws:
ScriptException
-
getDateTimeFormat
String getDateTimeFormat()Return date time format.- Returns:
- date time format.
-
setDateTimeFormat
Sets date time format- Parameters:
format
-- Throws:
ScriptException
-
getStringFormat
String getStringFormat()Returns string format- Returns:
- string format
-
setStringFormat
Sets string format- Parameters:
format
-- Throws:
ScriptException
-
getColor
String getColor()Returns color- Returns:
- color
-
getValue1
String getValue1()Returns value1- Returns:
- value1
-
getValue2
String getValue2()Returns value2- Returns:
- value2
-
getOperator
String getOperator()Returns Operator- Returns:
- operator
-
getBackGroundColor
Returns backgroudcolor- Returns:
- backgroudcolor
- Throws:
ScriptException
-
setColor
Sets color- Parameters:
color
-- Throws:
ScriptException
-
setValue1
Sets Value1- Parameters:
value1
-- Throws:
ScriptException
-
setValue2
Sets Value2- Parameters:
value2
-- Throws:
ScriptException
-
setOperator
Sets Operator- Parameters:
operator
-- Throws:
ScriptException
-
setBackGroundColor
Sets backgroudcolor- Parameters:
color
-- Throws:
ScriptException
-
getStructure
org.eclipse.birt.report.model.api.core.IStructure getStructure()Returns structure.- Returns:
- structure
-