public interface EEFLabelStyle extends EEFWidgetStyle
The following features are supported:
EefPackage.getEEFLabelStyle()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColorExpression()
Returns the value of the 'Background Color Expression' attribute.
|
java.lang.String |
getFontNameExpression()
Returns the value of the 'Font Name Expression' attribute.
|
java.lang.String |
getFontSizeExpression()
Returns the value of the 'Font Size Expression' attribute.
|
java.lang.String |
getFontStyleExpression()
Returns the value of the 'Font Style Expression' attribute.
|
java.lang.String |
getForegroundColorExpression()
Returns the value of the 'Foreground Color Expression' attribute.
|
void |
setBackgroundColorExpression(java.lang.String value)
Sets the value of the '
Background Color
Expression' attribute. |
void |
setFontNameExpression(java.lang.String value)
Sets the value of the '
Font Name Expression'
attribute. |
void |
setFontSizeExpression(java.lang.String value)
Sets the value of the '
Font Size Expression'
attribute. |
void |
setFontStyleExpression(java.lang.String value)
Sets the value of the '
Font Style
Expression' attribute. |
void |
setForegroundColorExpression(java.lang.String value)
Sets the value of the '
Foreground Color
Expression' attribute. |
getLabelBackgroundColorExpression, getLabelFontNameExpression, getLabelFontSizeExpression, getLabelFontStyleExpression, getLabelForegroundColorExpression, setLabelBackgroundColorExpression, setLabelFontNameExpression, setLabelFontSizeExpression, setLabelFontStyleExpression, setLabelForegroundColorExpressionjava.lang.String getBackgroundColorExpression()
setBackgroundColorExpression(String),
EefPackage.getEEFLabelStyle_BackgroundColorExpression()void setBackgroundColorExpression(java.lang.String value)
Background Color
Expression' attribute. value - the new value of the 'Background Color Expression' attribute.getBackgroundColorExpression()java.lang.String getForegroundColorExpression()
setForegroundColorExpression(String),
EefPackage.getEEFLabelStyle_ForegroundColorExpression()void setForegroundColorExpression(java.lang.String value)
Foreground Color
Expression' attribute. value - the new value of the 'Foreground Color Expression' attribute.getForegroundColorExpression()java.lang.String getFontNameExpression()
setFontNameExpression(String),
EefPackage.getEEFLabelStyle_FontNameExpression()void setFontNameExpression(java.lang.String value)
Font Name Expression'
attribute. value - the new value of the 'Font Name Expression' attribute.getFontNameExpression()java.lang.String getFontSizeExpression()
setFontSizeExpression(String),
EefPackage.getEEFLabelStyle_FontSizeExpression()void setFontSizeExpression(java.lang.String value)
Font Size Expression'
attribute. value - the new value of the 'Font Size Expression' attribute.getFontSizeExpression()java.lang.String getFontStyleExpression()
setFontStyleExpression(String),
EefPackage.getEEFLabelStyle_FontStyleExpression()void setFontStyleExpression(java.lang.String value)
Font Style
Expression' attribute. value - the new value of the 'Font Style Expression' attribute.getFontStyleExpression()