Class TextImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.nasdanika.html.model.bootstrap.impl.TextImpl
- All Implemented Interfaces:
Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,Text
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Text.AlignmentThe default value of the 'Alignment' attribute.protected static final ColorThe default value of the 'Color' attribute.protected static final booleanThe default value of the 'Italic' attribute.protected static final booleanThe default value of the 'Monospace' attribute.protected static final booleanThe default value of the 'Nowrap' attribute.protected static final Text.TransformThe default value of the 'Transform' attribute.protected static final booleanThe default value of the 'Truncate' attribute.protected static final Text.WeightThe default value of the 'Weight' attribute.Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainerFields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NILFields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneGet(int featureID, boolean resolve, boolean coreType) booleaneIsSet(int featureID) voidprotected EClassprotected intvoideUnset(int featureID) getColor()booleanisItalic()booleanbooleanisNowrap()booleanvoidsetAlignment(Text.Alignment newAlignment) voidvoidsetItalic(boolean newItalic) voidsetMonospace(boolean newMonospace) voidsetNowrap(boolean newNowrap) voidsetTransform(Text.Transform newTransform) voidsetTruncate(boolean newTruncate) voidsetWeight(Text.Weight newWeight) Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequiredMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
ALIGNMENT_EDEFAULT
The default value of the 'Alignment' attribute.- See Also:
-
COLOR_EDEFAULT
The default value of the 'Color' attribute.- See Also:
-
TRANSFORM_EDEFAULT
The default value of the 'Transform' attribute.- See Also:
-
WEIGHT_EDEFAULT
The default value of the 'Weight' attribute.- See Also:
-
MONOSPACE_EDEFAULT
The default value of the 'Monospace' attribute.- See Also:
-
ITALIC_EDEFAULT
The default value of the 'Italic' attribute.- See Also:
-
NOWRAP_EDEFAULT
The default value of the 'Nowrap' attribute.- See Also:
-
TRUNCATE_EDEFAULT
The default value of the 'Truncate' attribute.- See Also:
-
-
Constructor Details
-
TextImpl
protected TextImpl()
-
-
Method Details
-
eStaticClass
- Overrides:
eStaticClassin classBasicEObjectImpl
-
eStaticFeatureCount
- Overrides:
eStaticFeatureCountin classBasicEObjectImpl
-
getAlignment
- Specified by:
getAlignmentin interfaceText- Returns:
- the value of the 'Alignment' attribute.
- See Also:
-
setAlignment
- Specified by:
setAlignmentin interfaceText- Parameters:
newAlignment- the new value of the 'Alignment' attribute.- See Also:
-
getColor
-
setColor
-
getTransform
- Specified by:
getTransformin interfaceText- Returns:
- the value of the 'Transform' attribute.
- See Also:
-
setTransform
- Specified by:
setTransformin interfaceText- Parameters:
newTransform- the new value of the 'Transform' attribute.- See Also:
-
getWeight
-
setWeight
-
isMonospace
- Specified by:
isMonospacein interfaceText- Returns:
- the value of the 'Monospace' attribute.
- See Also:
-
setMonospace
- Specified by:
setMonospacein interfaceText- Parameters:
newMonospace- the new value of the 'Monospace' attribute.- See Also:
-
isItalic
-
setItalic
-
isNowrap
-
setNowrap
-
isTruncate
- Specified by:
isTruncatein interfaceText- Returns:
- the value of the 'Truncate' attribute.
- See Also:
-
setTruncate
- Specified by:
setTruncatein interfaceText- Parameters:
newTruncate- the new value of the 'Truncate' attribute.- See Also:
-
eGet
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-