|
||||||||||
| 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
org.eclipse.birt.chart.model.component.impl.ScaleImpl
public class ScaleImpl
An implementation of the model object ' Scale'.
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 java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
| 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 | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetMax(DataElement newMax,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetMin(DataElement newMin,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
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 |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
DataElement |
getMax()
|
DataElement |
getMin()
|
int |
getMinorGridsPerUnit()
|
double |
getStep()
|
int |
getStepNumber()
|
ScaleUnitType |
getUnit()
|
boolean |
isSetMinorGridsPerUnit()
|
boolean |
isSetShowOutside()
|
boolean |
isSetStep()
|
boolean |
isSetStepNumber()
|
boolean |
isSetTickBetweenCategories()
|
boolean |
isSetUnit()
|
boolean |
isShowOutside()
|
boolean |
isTickBetweenCategories()
|
void |
setMax(DataElement newMax)
|
void |
setMin(DataElement newMin)
|
void |
setMinorGridsPerUnit(int newMinorGridsPerUnit)
|
void |
setShowOutside(boolean newShowOutside)
|
void |
setStep(double newStep)
|
void |
setStepNumber(int newStepNumber)
|
void |
setTickBetweenCategories(boolean newTickBetweenCategories)
|
void |
setUnit(ScaleUnitType newUnit)
|
java.lang.String |
toString()
|
void |
unsetMinorGridsPerUnit()
|
void |
unsetShowOutside()
|
void |
unsetStep()
|
void |
unsetStepNumber()
|
void |
unsetTickBetweenCategories()
|
void |
unsetUnit()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, 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, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, 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, 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 |
| Method Detail |
|---|
public DataElement getMin()
getMin in interface ScaleScale.setMin(DataElement),
ComponentPackage.getScale_Min()
public org.eclipse.emf.common.notify.NotificationChain basicSetMin(DataElement newMin,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMin(DataElement newMin)
setMin in interface ScalenewMin - the new value of the 'Min' containment reference.Scale.getMin()public DataElement getMax()
getMax in interface ScaleScale.setMax(DataElement),
ComponentPackage.getScale_Max()
public org.eclipse.emf.common.notify.NotificationChain basicSetMax(DataElement newMax,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMax(DataElement newMax)
setMax in interface ScalenewMax - the new value of the 'Max' containment reference.Scale.getMax()public double getStep()
getStep in interface ScaleScale.isSetStep(),
Scale.unsetStep(),
Scale.setStep(double),
ComponentPackage.getScale_Step()public void setStep(double newStep)
setStep in interface ScalenewStep - the new value of the 'Step' attribute.Scale.isSetStep(),
Scale.unsetStep(),
Scale.getStep()public void unsetStep()
unsetStep in interface ScaleScale.isSetStep(),
Scale.getStep(),
Scale.setStep(double)public boolean isSetStep()
isSetStep in interface ScaleScale.unsetStep(),
Scale.getStep(),
Scale.setStep(double)public ScaleUnitType getUnit()
getUnit in interface ScaleScaleUnitType,
Scale.isSetUnit(),
Scale.unsetUnit(),
Scale.setUnit(ScaleUnitType),
ComponentPackage.getScale_Unit()public void setUnit(ScaleUnitType newUnit)
setUnit in interface ScalenewUnit - the new value of the 'Unit' attribute.ScaleUnitType,
Scale.isSetUnit(),
Scale.unsetUnit(),
Scale.getUnit()public void unsetUnit()
unsetUnit in interface ScaleScale.isSetUnit(),
Scale.getUnit(),
Scale.setUnit(ScaleUnitType)public boolean isSetUnit()
isSetUnit in interface ScaleScale.unsetUnit(),
Scale.getUnit(),
Scale.setUnit(ScaleUnitType)public int getMinorGridsPerUnit()
getMinorGridsPerUnit in interface ScaleScale.isSetMinorGridsPerUnit(),
Scale.unsetMinorGridsPerUnit(),
Scale.setMinorGridsPerUnit(int),
ComponentPackage.getScale_MinorGridsPerUnit()public void setMinorGridsPerUnit(int newMinorGridsPerUnit)
setMinorGridsPerUnit in interface ScalenewMinorGridsPerUnit - the new value of the 'Minor Grids Per Unit' attribute.Scale.isSetMinorGridsPerUnit(),
Scale.unsetMinorGridsPerUnit(),
Scale.getMinorGridsPerUnit()public void unsetMinorGridsPerUnit()
unsetMinorGridsPerUnit in interface ScaleScale.isSetMinorGridsPerUnit(),
Scale.getMinorGridsPerUnit(),
Scale.setMinorGridsPerUnit(int)public boolean isSetMinorGridsPerUnit()
isSetMinorGridsPerUnit in interface ScaleScale.unsetMinorGridsPerUnit(),
Scale.getMinorGridsPerUnit(),
Scale.setMinorGridsPerUnit(int)public int getStepNumber()
getStepNumber in interface ScaleScale.isSetStepNumber(),
Scale.unsetStepNumber(),
Scale.setStepNumber(int),
ComponentPackage.getScale_StepNumber()public void setStepNumber(int newStepNumber)
setStepNumber in interface ScalenewStepNumber - the new value of the 'Step Number' attribute.Scale.isSetStepNumber(),
Scale.unsetStepNumber(),
Scale.getStepNumber()public void unsetStepNumber()
unsetStepNumber in interface ScaleScale.isSetStepNumber(),
Scale.getStepNumber(),
Scale.setStepNumber(int)public boolean isSetStepNumber()
isSetStepNumber in interface ScaleScale.unsetStepNumber(),
Scale.getStepNumber(),
Scale.setStepNumber(int)public boolean isShowOutside()
isShowOutside in interface ScaleScale.isSetShowOutside(),
Scale.unsetShowOutside(),
Scale.setShowOutside(boolean),
ComponentPackage.getScale_ShowOutside()public void setShowOutside(boolean newShowOutside)
setShowOutside in interface ScalenewShowOutside - the new value of the 'Show Outside' attribute.Scale.isSetShowOutside(),
Scale.unsetShowOutside(),
Scale.isShowOutside()public void unsetShowOutside()
unsetShowOutside in interface ScaleScale.isSetShowOutside(),
Scale.isShowOutside(),
Scale.setShowOutside(boolean)public boolean isSetShowOutside()
isSetShowOutside in interface ScaleScale.unsetShowOutside(),
Scale.isShowOutside(),
Scale.setShowOutside(boolean)public boolean isTickBetweenCategories()
isTickBetweenCategories in interface ScaleScale.isSetTickBetweenCategories(),
Scale.unsetTickBetweenCategories(),
Scale.setTickBetweenCategories(boolean),
ComponentPackage.getScale_TickBetweenCategories()public void setTickBetweenCategories(boolean newTickBetweenCategories)
setTickBetweenCategories in interface ScalenewTickBetweenCategories - the new value of the 'Tick Between Categories' attribute.Scale.isSetTickBetweenCategories(),
Scale.unsetTickBetweenCategories(),
Scale.isTickBetweenCategories()public void unsetTickBetweenCategories()
unsetTickBetweenCategories in interface ScaleScale.isSetTickBetweenCategories(),
Scale.isTickBetweenCategories(),
Scale.setTickBetweenCategories(boolean)public boolean isSetTickBetweenCategories()
isSetTickBetweenCategories in interface ScaleScale.unsetTickBetweenCategories(),
Scale.isTickBetweenCategories(),
Scale.setTickBetweenCategories(boolean)
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||