public interface EEFWidgetStyle
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFWidgetStyle()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabelBackgroundColorExpression()
Returns the value of the 'Label Background Color Expression' attribute.
|
java.lang.String |
getLabelFontNameExpression()
Returns the value of the 'Label Font Name Expression' attribute.
|
java.lang.String |
getLabelFontSizeExpression()
Returns the value of the 'Label Font Size Expression' attribute.
|
java.lang.String |
getLabelFontStyleExpression()
Returns the value of the 'Label Font Style Expression' attribute.
|
java.lang.String |
getLabelForegroundColorExpression()
Returns the value of the 'Label Foreground Color Expression' attribute.
|
void |
setLabelBackgroundColorExpression(java.lang.String value)
Sets the value of the ' Label Background Color Expression ' attribute.
|
void |
setLabelFontNameExpression(java.lang.String value)
Sets the value of the ' Label Font Name Expression ' attribute.
|
void |
setLabelFontSizeExpression(java.lang.String value)
Sets the value of the ' Label Font Size Expression ' attribute.
|
void |
setLabelFontStyleExpression(java.lang.String value)
Sets the value of the ' Label Font Style Expression ' attribute.
|
void |
setLabelForegroundColorExpression(java.lang.String value)
Sets the value of the ' Label Foreground Color Expression ' attribute.
|
java.lang.String getLabelBackgroundColorExpression()
setLabelBackgroundColorExpression(String)
,
EefPackage.getEEFWidgetStyle_LabelBackgroundColorExpression()
void setLabelBackgroundColorExpression(java.lang.String value)
Label Background Color Expression
' attribute. value
- the new value of the 'Label Background Color Expression' attribute.getLabelBackgroundColorExpression()
java.lang.String getLabelForegroundColorExpression()
setLabelForegroundColorExpression(String)
,
EefPackage.getEEFWidgetStyle_LabelForegroundColorExpression()
void setLabelForegroundColorExpression(java.lang.String value)
Label Foreground Color Expression
' attribute. value
- the new value of the 'Label Foreground Color Expression' attribute.getLabelForegroundColorExpression()
java.lang.String getLabelFontNameExpression()
setLabelFontNameExpression(String)
,
EefPackage.getEEFWidgetStyle_LabelFontNameExpression()
void setLabelFontNameExpression(java.lang.String value)
Label Font Name Expression
' attribute. value
- the new value of the 'Label Font Name Expression' attribute.getLabelFontNameExpression()
java.lang.String getLabelFontSizeExpression()
setLabelFontSizeExpression(String)
,
EefPackage.getEEFWidgetStyle_LabelFontSizeExpression()
void setLabelFontSizeExpression(java.lang.String value)
Label Font Size Expression
' attribute. value
- the new value of the 'Label Font Size Expression' attribute.getLabelFontSizeExpression()
java.lang.String getLabelFontStyleExpression()
setLabelFontStyleExpression(String)
,
EefPackage.getEEFWidgetStyle_LabelFontStyleExpression()
void setLabelFontStyleExpression(java.lang.String value)
Label Font Style Expression
' attribute. value
- the new value of the 'Label Font Style Expression' attribute.getLabelFontStyleExpression()