|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Scale'. This type defines the scale associated with an axis.
The following features are supported:
ComponentPackage.getScale()
Method Summary | |
DataElement |
getMax()
Returns the value of the 'Max' containment reference. |
DataElement |
getMin()
Returns the value of the 'Min' containment reference. |
int |
getMinorGridsPerUnit()
Returns the value of the 'Minor Grids Per Unit' attribute. |
double |
getStep()
Returns the value of the 'Step' attribute. |
ScaleUnitType |
getUnit()
Returns the value of the 'Unit' attribute. |
boolean |
isSetMinorGridsPerUnit()
Returns whether the value of the ' Minor Grids Per Unit ' attribute is set. |
boolean |
isSetStep()
Returns whether the value of the ' Step ' attribute is set. |
boolean |
isSetUnit()
Returns whether the value of the ' Unit ' attribute is set. |
void |
setMax(DataElement value)
Sets the value of the ' Max ' containment reference. |
void |
setMin(DataElement value)
Sets the value of the ' Min ' containment reference. |
void |
setMinorGridsPerUnit(int value)
Sets the value of the ' Minor Grids Per Unit ' attribute. |
void |
setStep(double value)
Sets the value of the ' Step ' attribute. |
void |
setUnit(ScaleUnitType value)
Sets the value of the ' Unit ' attribute. |
void |
unsetMinorGridsPerUnit()
Unsets the value of the ' Minor Grids Per Unit ' attribute. |
void |
unsetStep()
Unsets the value of the ' Step ' attribute. |
void |
unsetUnit()
Unsets the value of the ' Unit ' attribute. |
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 |
Method Detail |
public DataElement getMin()
setMin(DataElement)
,
ComponentPackage.getScale_Min()
public void setMin(DataElement value)
Min
' containment reference.
value
- the new value of the 'Min' containment reference.getMin()
public DataElement getMax()
setMax(DataElement)
,
ComponentPackage.getScale_Max()
public void setMax(DataElement value)
Max
' containment reference.
value
- the new value of the 'Max' containment reference.getMax()
public double getStep()
isSetStep()
,
unsetStep()
,
setStep(double)
,
ComponentPackage.getScale_Step()
public void setStep(double value)
Step
' attribute.
value
- the new value of the 'Step' attribute.isSetStep()
,
unsetStep()
,
getStep()
public void unsetStep()
Step
' attribute.
isSetStep()
,
getStep()
,
setStep(double)
public boolean isSetStep()
Step
' attribute is set.
unsetStep()
,
getStep()
,
setStep(double)
public ScaleUnitType getUnit()
"Seconds"
.
The literals are from the enumeration ScaleUnitType
.
Stepping in the values shown on the axis.
ScaleUnitType
,
isSetUnit()
,
unsetUnit()
,
setUnit(ScaleUnitType)
,
ComponentPackage.getScale_Unit()
public void setUnit(ScaleUnitType value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.ScaleUnitType
,
isSetUnit()
,
unsetUnit()
,
getUnit()
public void unsetUnit()
Unit
' attribute.
isSetUnit()
,
getUnit()
,
setUnit(ScaleUnitType)
public boolean isSetUnit()
Unit
' attribute is set.
unsetUnit()
,
getUnit()
,
setUnit(ScaleUnitType)
public int getMinorGridsPerUnit()
isSetMinorGridsPerUnit()
,
unsetMinorGridsPerUnit()
,
setMinorGridsPerUnit(int)
,
ComponentPackage.getScale_MinorGridsPerUnit()
public void setMinorGridsPerUnit(int value)
Minor Grids Per Unit
' attribute.
value
- the new value of the 'Minor Grids Per Unit' attribute.isSetMinorGridsPerUnit()
,
unsetMinorGridsPerUnit()
,
getMinorGridsPerUnit()
public void unsetMinorGridsPerUnit()
Minor Grids Per Unit
' attribute.
isSetMinorGridsPerUnit()
,
getMinorGridsPerUnit()
,
setMinorGridsPerUnit(int)
public boolean isSetMinorGridsPerUnit()
Minor Grids Per Unit
' attribute is set.
unsetMinorGridsPerUnit()
,
getMinorGridsPerUnit()
,
setMinorGridsPerUnit(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |