|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kev.mapping.impl.AnimationImpl
de.cau.cs.kieler.kev.mapping.impl.TextImpl
public class TextImpl
An implementation of the model object 'Text'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected static String |
FONT_FAMILY_EDEFAULT
The default value of the ' Font family ' attribute. |
protected static String |
FONT_SIZE_EDEFAULT
The default value of the ' Font size ' attribute. |
protected String |
fontFamily
The cached value of the ' Font Family ' attribute. |
protected String |
fontSize
The cached value of the ' Font Size ' attribute. |
protected static String |
TEXT_VALUE_EDEFAULT
The default value of the ' Text value ' attribute. |
protected String |
textValue
The cached value of the ' Text Value ' attribute. |
Fields inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
ACCESS_ID_EDEFAULT, accessID, input, INPUT_EDEFAULT, key, KEY_EDEFAULT |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
TextImpl()
|
Method Summary | |
---|---|
void |
apply(Object jsonObject,
String svgElementID)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getFontFamily()
|
String |
getFontSize()
|
String |
getTextValue()
|
void |
initialize(String svgElementID)
|
void |
setFontFamily(String newFontFamily)
|
void |
setFontSize(String newFontSize)
|
void |
setTextValue(String newTextValue)
|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
getAccessID, getActualJSONValue, getInput, getKey, isClonedElement, setAccessID, setInput, setKey |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation |
---|
getAccessID, getInput, getKey, 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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String TEXT_VALUE_EDEFAULT
Text value
' attribute.
#getText_value()
,
Constant Field Valuesprotected String textValue
Text Value
' attribute.
getTextValue()
protected static final String FONT_SIZE_EDEFAULT
Font size
' attribute.
#getFont_size()
protected String fontSize
Font Size
' attribute.
getFontSize()
protected static final String FONT_FAMILY_EDEFAULT
Font family
' attribute.
#getFont_family()
protected String fontFamily
Font Family
' attribute.
getFontFamily()
Constructor Detail |
---|
protected TextImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class AnimationImpl
public String getTextValue()
getTextValue
in interface Text
Text.setTextValue(String)
,
MappingPackage.getText_TextValue()
public void setTextValue(String newTextValue)
setTextValue
in interface Text
newTextValue
- the new value of the 'Text Value' attribute.Text.getTextValue()
public String getFontSize()
getFontSize
in interface Text
Text.setFontSize(String)
,
MappingPackage.getText_FontSize()
public void setFontSize(String newFontSize)
setFontSize
in interface Text
newFontSize
- the new value of the 'Font Size' attribute.Text.getFontSize()
public String getFontFamily()
getFontFamily
in interface Text
Text.setFontFamily(String)
,
MappingPackage.getText_FontFamily()
public void setFontFamily(String newFontFamily)
setFontFamily
in interface Text
newFontFamily
- the new value of the 'Font Family' attribute.Text.getFontFamily()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class AnimationImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class AnimationImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class AnimationImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class AnimationImpl
public String toString()
toString
in class AnimationImpl
public void apply(Object jsonObject, String svgElementID)
AnimationImpl
apply
in interface Animation
apply
in class AnimationImpl
public void initialize(String svgElementID)
AnimationImpl
initialize
in interface Animation
initialize
in class AnimationImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |