public class VTFontPropertiesStylePropertyImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements VTFontPropertiesStyleProperty
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Field and Description |
---|---|
protected boolean |
bold
The cached value of the '
Bold ' attribute. |
protected static boolean |
BOLD_EDEFAULT
The default value of the '
Bold ' attribute. |
protected static String |
COLOR_HEX_EDEFAULT
The default value of the '
Color HEX ' attribute. |
protected String |
colorHEX
The cached value of the '
Color HEX ' attribute. |
protected static String |
FONT_NAME_EDEFAULT
The default value of the '
Font Name ' attribute. |
protected String |
fontName
The cached value of the '
Font Name ' attribute. |
protected int |
height
The cached value of the '
Height ' attribute. |
protected static int |
HEIGHT_EDEFAULT
The default value of the '
Height ' attribute. |
protected boolean |
italic
The cached value of the '
Italic ' attribute. |
protected static boolean |
ITALIC_EDEFAULT
The default value of the '
Italic ' attribute. |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
VTFontPropertiesStylePropertyImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
boolean |
equalStyles(VTStyleProperty styleProperty)
Compare this
VTStyleProperty with another. |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getColorHEX() |
String |
getFontName() |
int |
getHeight() |
boolean |
isBold() |
boolean |
isItalic() |
void |
setBold(boolean newBold) |
void |
setColorHEX(String newColorHEX) |
void |
setFontName(String newFontName) |
void |
setHeight(int newHeight) |
void |
setItalic(boolean newItalic) |
String |
toString() |
eBasicSetContainer, eInternalContainer
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, eSettings
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, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final boolean ITALIC_EDEFAULT
Italic
' attribute.
isItalic()
,
Constant Field Valuesprotected boolean italic
Italic
' attribute.
isItalic()
protected static final boolean BOLD_EDEFAULT
Bold
' attribute.
isBold()
,
Constant Field Valuesprotected static final String COLOR_HEX_EDEFAULT
Color HEX
' attribute.
getColorHEX()
protected String colorHEX
Color HEX
' attribute.
getColorHEX()
protected static final int HEIGHT_EDEFAULT
Height
' attribute.
getHeight()
,
Constant Field Valuesprotected int height
Height
' attribute.
getHeight()
protected static final String FONT_NAME_EDEFAULT
Font Name
' attribute.
getFontName()
protected String fontName
Font Name
' attribute.
getFontName()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean isItalic()
isItalic
in interface VTFontPropertiesStyleProperty
VTFontPropertiesStyleProperty.setItalic(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Italic()
public void setItalic(boolean newItalic)
setItalic
in interface VTFontPropertiesStyleProperty
newItalic
- the new value of the 'Italic' attribute.VTFontPropertiesStyleProperty.isItalic()
public boolean isBold()
isBold
in interface VTFontPropertiesStyleProperty
VTFontPropertiesStyleProperty.setBold(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Bold()
public void setBold(boolean newBold)
setBold
in interface VTFontPropertiesStyleProperty
newBold
- the new value of the 'Bold' attribute.VTFontPropertiesStyleProperty.isBold()
public String getColorHEX()
getColorHEX
in interface VTFontPropertiesStyleProperty
VTFontPropertiesStyleProperty.setColorHEX(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_ColorHEX()
public void setColorHEX(String newColorHEX)
setColorHEX
in interface VTFontPropertiesStyleProperty
newColorHEX
- the new value of the 'Color HEX' attribute.VTFontPropertiesStyleProperty.getColorHEX()
public int getHeight()
getHeight
in interface VTFontPropertiesStyleProperty
VTFontPropertiesStyleProperty.setHeight(int)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Height()
public void setHeight(int newHeight)
setHeight
in interface VTFontPropertiesStyleProperty
newHeight
- the new value of the 'Height' attribute.VTFontPropertiesStyleProperty.getHeight()
public String getFontName()
getFontName
in interface VTFontPropertiesStyleProperty
VTFontPropertiesStyleProperty.setFontName(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_FontName()
public void setFontName(String newFontName)
setFontName
in interface VTFontPropertiesStyleProperty
newFontName
- the new value of the 'Font Name' attribute.VTFontPropertiesStyleProperty.getFontName()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean equalStyles(VTStyleProperty styleProperty)
VTStyleProperty
with another.equalStyles
in interface VTStyleProperty
styleProperty
- the VTStyleProperty
to compare toVTStyleProperty.equalStyles(org.eclipse.emf.ecp.view.template.model.VTStyleProperty)
Copyright © 2019. All rights reserved.