public abstract class AxisImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Axis
The following features are implemented:
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
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.swt.graphics.RGB |
color
The cached value of the '
Color ' attribute. |
protected static org.eclipse.swt.graphics.RGB |
COLOR_EDEFAULT
The default value of the '
Color ' attribute. |
protected String |
format
The cached value of the '
Format ' attribute. |
protected static String |
FORMAT_EDEFAULT
The default value of the '
Format ' attribute. |
protected String |
label
The cached value of the '
Label ' attribute. |
protected static String |
LABEL_EDEFAULT
The default value of the '
Label ' attribute. |
protected static boolean |
LABEL_VISIBLE_EDEFAULT
The default value of the '
Label Visible ' attribute. |
protected boolean |
labelVisible
The cached value of the '
Label Visible ' attribute. |
protected static int |
TEXT_PADDING_EDEFAULT
The default value of the '
Text Padding ' attribute. |
protected int |
textPadding
The cached value of the '
Text Padding ' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
AxisImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
org.eclipse.swt.graphics.RGB |
getColor() |
String |
getFormat() |
String |
getLabel() |
int |
getTextPadding() |
boolean |
isLabelVisible() |
void |
setColor(org.eclipse.swt.graphics.RGB newColor) |
void |
setFormat(String newFormat) |
void |
setLabel(String newLabel) |
void |
setLabelVisible(boolean newLabelVisible) |
void |
setTextPadding(int newTextPadding) |
String |
toString() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, 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 String LABEL_EDEFAULT
Label
' attribute.
getLabel()
protected String label
Label
' attribute.
getLabel()
protected static final int TEXT_PADDING_EDEFAULT
Text Padding
' attribute.
getTextPadding()
,
Constant Field Valuesprotected int textPadding
Text Padding
' attribute.
getTextPadding()
protected static final org.eclipse.swt.graphics.RGB COLOR_EDEFAULT
Color
' attribute.
getColor()
protected org.eclipse.swt.graphics.RGB color
Color
' attribute.
getColor()
protected static final boolean LABEL_VISIBLE_EDEFAULT
Label Visible
' attribute.
isLabelVisible()
,
Constant Field Valuesprotected boolean labelVisible
Label Visible
' attribute.
isLabelVisible()
protected static final String FORMAT_EDEFAULT
Format
' attribute.
getFormat()
protected String format
Format
' attribute.
getFormat()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public String getLabel()
getLabel
in interface Axis
Axis.setLabel(String)
,
ChartPackage.getAxis_Label()
public void setLabel(String newLabel)
setLabel
in interface Axis
newLabel
- the new value of the 'Label' attribute.Axis.getLabel()
public int getTextPadding()
getTextPadding
in interface Axis
Axis.setTextPadding(int)
,
ChartPackage.getAxis_TextPadding()
public void setTextPadding(int newTextPadding)
setTextPadding
in interface Axis
newTextPadding
- the new value of the 'Text Padding' attribute.Axis.getTextPadding()
public org.eclipse.swt.graphics.RGB getColor()
getColor
in interface Axis
Axis.setColor(RGB)
,
ChartPackage.getAxis_Color()
public void setColor(org.eclipse.swt.graphics.RGB newColor)
setColor
in interface Axis
newColor
- the new value of the 'Color' attribute.Axis.getColor()
public boolean isLabelVisible()
isLabelVisible
in interface Axis
Axis.setLabelVisible(boolean)
,
ChartPackage.getAxis_LabelVisible()
public void setLabelVisible(boolean newLabelVisible)
setLabelVisible
in interface Axis
newLabelVisible
- the new value of the 'Label Visible' attribute.Axis.isLabelVisible()
public String getFormat()
getFormat
in interface Axis
Axis.setFormat(String)
,
ChartPackage.getAxis_Format()
public void setFormat(String newFormat)
setFormat
in interface Axis
newFormat
- the new value of the 'Format' attribute.Axis.getFormat()
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
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.