de.cau.cs.kieler.kev.mapping
Interface Text

All Superinterfaces:
Animation, EObject, Notifier
All Known Implementing Classes:
TextImpl

public interface Text
extends Animation

A representation of the model object 'Text'.

The following features are supported:

See Also:
MappingPackage.getText()
Rating red
Generated:
This code was automatically generated.
Model element

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

getTextValue

String getTextValue()
Returns the value of the 'Text Value' attribute. The default value is "".

If the meaning of the 'Text Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Text Value' attribute.
See Also:
setTextValue(String), MappingPackage.getText_TextValue()
Generated:
This code was automatically generated.
Model element:
default=

setTextValue

void setTextValue(String value)
Sets the value of the 'Text Value' attribute.

Parameters:
value - the new value of the 'Text Value' attribute.
See Also:
getTextValue()
Generated:
This code was automatically generated.

getFontSize

String getFontSize()
Returns the value of the 'Font Size' attribute.

If the meaning of the 'Font Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Font Size' attribute.
See Also:
setFontSize(String), MappingPackage.getText_FontSize()
Generated:
This code was automatically generated.
Model element

setFontSize

void setFontSize(String value)
Sets the value of the 'Font Size' attribute.

Parameters:
value - the new value of the 'Font Size' attribute.
See Also:
getFontSize()
Generated:
This code was automatically generated.

getFontFamily

String getFontFamily()
Returns the value of the 'Font Family' attribute.

If the meaning of the 'Font Family' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Font Family' attribute.
See Also:
setFontFamily(String), MappingPackage.getText_FontFamily()
Generated:
This code was automatically generated.
Model element

setFontFamily

void setFontFamily(String value)
Sets the value of the 'Font Family' attribute.

Parameters:
value - the new value of the 'Font Family' attribute.
See Also:
getFontFamily()
Generated:
This code was automatically generated.