Class DialImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.birt.chart.model.component.impl.DialImpl
- All Implemented Interfaces:
Dial
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
An implementation of the model object
'Dial'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
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
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
-
Field Summary
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
basicSetFill
(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetFormatSpecifier
(FormatSpecifier newFormatSpecifier, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetLabel
(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetLineAttributes
(LineAttributes newLineAttributes, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetMajorGrid
(Grid newMajorGrid, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetMinorGrid
(Grid newMinorGrid, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetScale
(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs) static final Dial
create()
static final Dial
eGet
(int featureID, boolean resolve, boolean coreType) org.eclipse.emf.common.notify.NotificationChain
eInverseRemove
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) boolean
eIsSet
(int featureID) void
void
eUnset
(int featureID) org.eclipse.emf.common.util.EList<DialRegion>
getFill()
getLabel()
double
getScale()
double
double
boolean
boolean
boolean
boolean
boolean
void
void
setFormatSpecifier
(FormatSpecifier newFormatSpecifier) void
setInverseScale
(boolean newInverseScale) void
void
setLineAttributes
(LineAttributes newLineAttributes) void
setMajorGrid
(Grid newMajorGrid) void
setMinorGrid
(Grid newMinorGrid) void
setRadius
(double newRadius) void
void
setStartAngle
(double newStartAngle) void
setStopAngle
(double newStopAngle) toString()
void
void
void
void
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStartAngle
public double getStartAngle()- Specified by:
getStartAngle
in interfaceDial
- Returns:
- the value of the 'Start Angle' attribute.
- See Also:
-
setStartAngle
public void setStartAngle(double newStartAngle) - Specified by:
setStartAngle
in interfaceDial
- Parameters:
newStartAngle
- the new value of the 'Start Angle' attribute.- See Also:
-
unsetStartAngle
public void unsetStartAngle()- Specified by:
unsetStartAngle
in interfaceDial
- See Also:
-
isSetStartAngle
public boolean isSetStartAngle()- Specified by:
isSetStartAngle
in interfaceDial
- Returns:
- whether the value of the 'Start Angle' attribute is set.
- See Also:
-
getStopAngle
public double getStopAngle()- Specified by:
getStopAngle
in interfaceDial
- Returns:
- the value of the 'Stop Angle' attribute.
- See Also:
-
setStopAngle
public void setStopAngle(double newStopAngle) - Specified by:
setStopAngle
in interfaceDial
- Parameters:
newStopAngle
- the new value of the 'Stop Angle' attribute.- See Also:
-
unsetStopAngle
public void unsetStopAngle()- Specified by:
unsetStopAngle
in interfaceDial
- See Also:
-
isSetStopAngle
public boolean isSetStopAngle()- Specified by:
isSetStopAngle
in interfaceDial
- Returns:
- whether the value of the 'Stop Angle' attribute is set.
- See Also:
-
getRadius
public double getRadius() -
setRadius
public void setRadius(double newRadius) -
unsetRadius
public void unsetRadius()- Specified by:
unsetRadius
in interfaceDial
- See Also:
-
isSetRadius
public boolean isSetRadius()- Specified by:
isSetRadius
in interfaceDial
- Returns:
- whether the value of the 'Radius' attribute is set.
- See Also:
-
getLineAttributes
- Specified by:
getLineAttributes
in interfaceDial
- Returns:
- the value of the 'Line Attributes' containment reference.
- See Also:
-
basicSetLineAttributes
public org.eclipse.emf.common.notify.NotificationChain basicSetLineAttributes(LineAttributes newLineAttributes, org.eclipse.emf.common.notify.NotificationChain msgs) -
setLineAttributes
- Specified by:
setLineAttributes
in interfaceDial
- Parameters:
newLineAttributes
- the new value of the 'Line Attributes' containment reference.- See Also:
-
getFill
-
basicSetFill
public org.eclipse.emf.common.notify.NotificationChain basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs) -
setFill
-
getDialRegions
- Specified by:
getDialRegions
in interfaceDial
- Returns:
- the value of the 'Dial Regions' containment reference list.
- See Also:
-
getMajorGrid
- Specified by:
getMajorGrid
in interfaceDial
- Returns:
- the value of the 'Major Grid' containment reference.
- See Also:
-
basicSetMajorGrid
public org.eclipse.emf.common.notify.NotificationChain basicSetMajorGrid(Grid newMajorGrid, org.eclipse.emf.common.notify.NotificationChain msgs) -
setMajorGrid
- Specified by:
setMajorGrid
in interfaceDial
- Parameters:
newMajorGrid
- the new value of the 'Major Grid' containment reference.- See Also:
-
getMinorGrid
- Specified by:
getMinorGrid
in interfaceDial
- Returns:
- the value of the 'Minor Grid' containment reference.
- See Also:
-
basicSetMinorGrid
public org.eclipse.emf.common.notify.NotificationChain basicSetMinorGrid(Grid newMinorGrid, org.eclipse.emf.common.notify.NotificationChain msgs) -
setMinorGrid
- Specified by:
setMinorGrid
in interfaceDial
- Parameters:
newMinorGrid
- the new value of the 'Minor Grid' containment reference.- See Also:
-
getScale
-
basicSetScale
public org.eclipse.emf.common.notify.NotificationChain basicSetScale(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs) -
setScale
-
isInverseScale
public boolean isInverseScale()- Specified by:
isInverseScale
in interfaceDial
- Returns:
- the value of the 'Inverse Scale' attribute.
- See Also:
-
setInverseScale
public void setInverseScale(boolean newInverseScale) - Specified by:
setInverseScale
in interfaceDial
- Parameters:
newInverseScale
- the new value of the 'Inverse Scale' attribute.- See Also:
-
unsetInverseScale
public void unsetInverseScale()- Specified by:
unsetInverseScale
in interfaceDial
- See Also:
-
isSetInverseScale
public boolean isSetInverseScale()- Specified by:
isSetInverseScale
in interfaceDial
- Returns:
- whether the value of the 'Inverse Scale' attribute is set.
- See Also:
-
getLabel
-
basicSetLabel
public org.eclipse.emf.common.notify.NotificationChain basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs) -
setLabel
-
getFormatSpecifier
- Specified by:
getFormatSpecifier
in interfaceDial
- Returns:
- the value of the 'Format Specifier' containment reference.
- See Also:
-
basicSetFormatSpecifier
public org.eclipse.emf.common.notify.NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier, org.eclipse.emf.common.notify.NotificationChain msgs) -
setFormatSpecifier
- Specified by:
setFormatSpecifier
in interfaceDial
- Parameters:
newFormatSpecifier
- the new value of the 'Format Specifier' containment reference.- See Also:
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
create
- Returns:
- dial instance with setting 'isSet' flag.
-
createDefault
- Returns:
- dial instance without setting 'isSet' flag.
-
copyInstance
- Specified by:
copyInstance
in interfaceDial
- Specified by:
copyInstance
in interfaceIChartObject
-