|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Text
A representation of the model object 'Text'.
The following features are supported:
MappingPackage.getText()
Method Summary | |
---|---|
String |
getFontFamily()
Returns the value of the 'Font Family' attribute. |
String |
getFontSize()
Returns the value of the 'Font Size' attribute. |
String |
getTextValue()
Returns the value of the 'Text Value' attribute. |
void |
setFontFamily(String value)
Sets the value of the ' Font Family ' attribute. |
void |
setFontSize(String value)
Sets the value of the ' Font Size ' attribute. |
void |
setTextValue(String value)
Sets the value of the ' Text Value ' attribute. |
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation |
---|
apply, getAccessID, getInput, getKey, initialize, isClonedElement, setAccessID, setInput, setKey |
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 |
---|
String getTextValue()
""
.
If the meaning of the 'Text Value' attribute isn't clear, there really should be more of a description here...
setTextValue(String)
,
MappingPackage.getText_TextValue()
default | = |
void setTextValue(String value)
Text Value
' attribute.
value
- the new value of the 'Text Value' attribute.getTextValue()
String getFontSize()
If the meaning of the 'Font Size' attribute isn't clear, there really should be more of a description here...
setFontSize(String)
,
MappingPackage.getText_FontSize()
void setFontSize(String value)
Font Size
' attribute.
value
- the new value of the 'Font Size' attribute.getFontSize()
String getFontFamily()
If the meaning of the 'Font Family' attribute isn't clear, there really should be more of a description here...
setFontFamily(String)
,
MappingPackage.getText_FontFamily()
void setFontFamily(String value)
Font Family
' attribute.
value
- the new value of the 'Font Family' attribute.getFontFamily()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |