public class ScaleImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Scale
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Method and Description |
---|---|
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) |
Scale |
copyInstance() |
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) |
double |
getFactor() |
int |
getMajorGridsStepNumber() |
DataElement |
getMax() |
DataElement |
getMin() |
int |
getMinorGridsPerUnit() |
double |
getStep() |
int |
getStepNumber() |
ScaleUnitType |
getUnit() |
boolean |
isAutoExpand() |
boolean |
isSetAutoExpand() |
boolean |
isSetFactor() |
boolean |
isSetMajorGridsStepNumber() |
boolean |
isSetMinorGridsPerUnit() |
boolean |
isSetShowOutside() |
boolean |
isSetStep() |
boolean |
isSetStepNumber() |
boolean |
isSetTickBetweenCategories() |
boolean |
isSetUnit() |
boolean |
isShowOutside() |
boolean |
isTickBetweenCategories() |
void |
setAutoExpand(boolean newAutoExpand) |
void |
setFactor(double newFactor) |
void |
setMajorGridsStepNumber(int newMajorGridsStepNumber) |
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 |
unsetAutoExpand() |
void |
unsetFactor() |
void |
unsetMajorGridsStepNumber() |
void |
unsetMinorGridsPerUnit() |
void |
unsetShowOutside() |
void |
unsetStep() |
void |
unsetStepNumber() |
void |
unsetTickBetweenCategories() |
void |
unsetUnit() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
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
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public DataElement getMin()
getMin
in interface Scale
Scale.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 Scale
newMin
- the new value of the 'Min' containment reference.Scale.getMin()
public DataElement getMax()
getMax
in interface Scale
Scale.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 Scale
newMax
- the new value of the 'Max' containment reference.Scale.getMax()
public double getStep()
getStep
in interface Scale
Scale.isSetStep()
,
Scale.unsetStep()
,
Scale.setStep(double)
,
ComponentPackage.getScale_Step()
public void setStep(double newStep)
setStep
in interface Scale
newStep
- the new value of the 'Step' attribute.Scale.isSetStep()
,
Scale.unsetStep()
,
Scale.getStep()
public void unsetStep()
unsetStep
in interface Scale
Scale.isSetStep()
,
Scale.getStep()
,
Scale.setStep(double)
public boolean isSetStep()
isSetStep
in interface Scale
Scale.unsetStep()
,
Scale.getStep()
,
Scale.setStep(double)
public ScaleUnitType getUnit()
getUnit
in interface Scale
ScaleUnitType
,
Scale.isSetUnit()
,
Scale.unsetUnit()
,
Scale.setUnit(ScaleUnitType)
,
ComponentPackage.getScale_Unit()
public void setUnit(ScaleUnitType newUnit)
setUnit
in interface Scale
newUnit
- the new value of the 'Unit' attribute.ScaleUnitType
,
Scale.isSetUnit()
,
Scale.unsetUnit()
,
Scale.getUnit()
public void unsetUnit()
unsetUnit
in interface Scale
Scale.isSetUnit()
,
Scale.getUnit()
,
Scale.setUnit(ScaleUnitType)
public boolean isSetUnit()
isSetUnit
in interface Scale
Scale.unsetUnit()
,
Scale.getUnit()
,
Scale.setUnit(ScaleUnitType)
public int getMinorGridsPerUnit()
getMinorGridsPerUnit
in interface Scale
Scale.isSetMinorGridsPerUnit()
,
Scale.unsetMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
,
ComponentPackage.getScale_MinorGridsPerUnit()
public void setMinorGridsPerUnit(int newMinorGridsPerUnit)
setMinorGridsPerUnit
in interface Scale
newMinorGridsPerUnit
- the new value of the 'Minor Grids Per Unit' attribute.Scale.isSetMinorGridsPerUnit()
,
Scale.unsetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
public void unsetMinorGridsPerUnit()
unsetMinorGridsPerUnit
in interface Scale
Scale.isSetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
public boolean isSetMinorGridsPerUnit()
isSetMinorGridsPerUnit
in interface Scale
Scale.unsetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
public int getStepNumber()
getStepNumber
in interface Scale
Scale.isSetStepNumber()
,
Scale.unsetStepNumber()
,
Scale.setStepNumber(int)
,
ComponentPackage.getScale_StepNumber()
public void setStepNumber(int newStepNumber)
setStepNumber
in interface Scale
newStepNumber
- the new value of the 'Step Number' attribute.Scale.isSetStepNumber()
,
Scale.unsetStepNumber()
,
Scale.getStepNumber()
public void unsetStepNumber()
unsetStepNumber
in interface Scale
Scale.isSetStepNumber()
,
Scale.getStepNumber()
,
Scale.setStepNumber(int)
public boolean isSetStepNumber()
isSetStepNumber
in interface Scale
Scale.unsetStepNumber()
,
Scale.getStepNumber()
,
Scale.setStepNumber(int)
public boolean isShowOutside()
isShowOutside
in interface Scale
Scale.isSetShowOutside()
,
Scale.unsetShowOutside()
,
Scale.setShowOutside(boolean)
,
ComponentPackage.getScale_ShowOutside()
public void setShowOutside(boolean newShowOutside)
setShowOutside
in interface Scale
newShowOutside
- the new value of the 'Show Outside' attribute.Scale.isSetShowOutside()
,
Scale.unsetShowOutside()
,
Scale.isShowOutside()
public void unsetShowOutside()
unsetShowOutside
in interface Scale
Scale.isSetShowOutside()
,
Scale.isShowOutside()
,
Scale.setShowOutside(boolean)
public boolean isSetShowOutside()
isSetShowOutside
in interface Scale
Scale.unsetShowOutside()
,
Scale.isShowOutside()
,
Scale.setShowOutside(boolean)
public boolean isTickBetweenCategories()
isTickBetweenCategories
in interface Scale
Scale.isSetTickBetweenCategories()
,
Scale.unsetTickBetweenCategories()
,
Scale.setTickBetweenCategories(boolean)
,
ComponentPackage.getScale_TickBetweenCategories()
public void setTickBetweenCategories(boolean newTickBetweenCategories)
setTickBetweenCategories
in interface Scale
newTickBetweenCategories
- the new value of the 'Tick Between Categories' attribute.Scale.isSetTickBetweenCategories()
,
Scale.unsetTickBetweenCategories()
,
Scale.isTickBetweenCategories()
public void unsetTickBetweenCategories()
unsetTickBetweenCategories
in interface Scale
Scale.isSetTickBetweenCategories()
,
Scale.isTickBetweenCategories()
,
Scale.setTickBetweenCategories(boolean)
public boolean isSetTickBetweenCategories()
isSetTickBetweenCategories
in interface Scale
Scale.unsetTickBetweenCategories()
,
Scale.isTickBetweenCategories()
,
Scale.setTickBetweenCategories(boolean)
public boolean isAutoExpand()
isAutoExpand
in interface Scale
Scale.isSetAutoExpand()
,
Scale.unsetAutoExpand()
,
Scale.setAutoExpand(boolean)
,
ComponentPackage.getScale_AutoExpand()
public void setAutoExpand(boolean newAutoExpand)
setAutoExpand
in interface Scale
newAutoExpand
- the new value of the 'Auto Expand' attribute.Scale.isSetAutoExpand()
,
Scale.unsetAutoExpand()
,
Scale.isAutoExpand()
public void unsetAutoExpand()
unsetAutoExpand
in interface Scale
Scale.isSetAutoExpand()
,
Scale.isAutoExpand()
,
Scale.setAutoExpand(boolean)
public boolean isSetAutoExpand()
isSetAutoExpand
in interface Scale
Scale.unsetAutoExpand()
,
Scale.isAutoExpand()
,
Scale.setAutoExpand(boolean)
public int getMajorGridsStepNumber()
getMajorGridsStepNumber
in interface Scale
Scale.isSetMajorGridsStepNumber()
,
Scale.unsetMajorGridsStepNumber()
,
Scale.setMajorGridsStepNumber(int)
,
ComponentPackage.getScale_MajorGridsStepNumber()
public void setMajorGridsStepNumber(int newMajorGridsStepNumber)
setMajorGridsStepNumber
in interface Scale
newMajorGridsStepNumber
- the new value of the 'Major Grids Step Number' attribute.Scale.isSetMajorGridsStepNumber()
,
Scale.unsetMajorGridsStepNumber()
,
Scale.getMajorGridsStepNumber()
public void unsetMajorGridsStepNumber()
unsetMajorGridsStepNumber
in interface Scale
Scale.isSetMajorGridsStepNumber()
,
Scale.getMajorGridsStepNumber()
,
Scale.setMajorGridsStepNumber(int)
public boolean isSetMajorGridsStepNumber()
isSetMajorGridsStepNumber
in interface Scale
Scale.unsetMajorGridsStepNumber()
,
Scale.getMajorGridsStepNumber()
,
Scale.setMajorGridsStepNumber(int)
public double getFactor()
getFactor
in interface Scale
Scale.isSetFactor()
,
Scale.unsetFactor()
,
Scale.setFactor(double)
,
ComponentPackage.getScale_Factor()
public void setFactor(double newFactor)
setFactor
in interface Scale
newFactor
- the new value of the 'Factor' attribute.Scale.isSetFactor()
,
Scale.unsetFactor()
,
Scale.getFactor()
public void unsetFactor()
unsetFactor
in interface Scale
Scale.isSetFactor()
,
Scale.getFactor()
,
Scale.setFactor(double)
public boolean isSetFactor()
isSetFactor
in interface Scale
Scale.unsetFactor()
,
Scale.getFactor()
,
Scale.setFactor(double)
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.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.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 java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public Scale copyInstance()
copyInstance
in interface Scale
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.