|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VTFontPropertiesStyleProperty
A representation of the model object 'Style Property'.
The following features are supported:
VTFontPropertiesPackage.getFontPropertiesStyleProperty()
Method Summary | |
---|---|
String |
getColorHEX()
Returns the value of the 'Color HEX' attribute. |
String |
getFontName()
Returns the value of the 'Font Name' attribute. |
int |
getHeight()
Returns the value of the 'Height' attribute. |
boolean |
isBold()
Returns the value of the 'Bold' attribute. |
boolean |
isItalic()
Returns the value of the 'Italic' attribute. |
void |
setBold(boolean value)
Sets the value of the ' Bold ' attribute. |
void |
setColorHEX(String value)
Sets the value of the ' Color HEX ' attribute. |
void |
setFontName(String value)
Sets the value of the ' Font Name ' attribute. |
void |
setHeight(int value)
Sets the value of the ' Height ' attribute. |
void |
setItalic(boolean value)
Sets the value of the ' Italic ' attribute. |
Methods inherited from interface org.eclipse.emf.ecp.view.template.model.VTStyleProperty |
---|
equalStyles |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isItalic()
If the meaning of the 'Italic' attribute isn't clear, there really should be more of a description here...
setItalic(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Italic()
void setItalic(boolean value)
Italic
' attribute.
value
- the new value of the 'Italic' attribute.isItalic()
boolean isBold()
If the meaning of the 'Bold' attribute isn't clear, there really should be more of a description here...
setBold(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Bold()
void setBold(boolean value)
Bold
' attribute.
value
- the new value of the 'Bold' attribute.isBold()
String getColorHEX()
If the meaning of the 'Color HEX' attribute isn't clear, there really should be more of a description here...
setColorHEX(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_ColorHEX()
void setColorHEX(String value)
Color HEX
' attribute.
value
- the new value of the 'Color HEX' attribute.getColorHEX()
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
String getFontName()
If the meaning of the 'Font Name' attribute isn't clear, there really should be more of a description here...
setFontName(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_FontName()
void setFontName(String value)
Font Name
' attribute.
value
- the new value of the 'Font Name' attribute.getFontName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |