|
|||||||||||
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. |
int |
getStepNumber()
Returns the value of the 'Step Number' 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 |
isSetShowOutside()
Returns whether the value of the ' Show Outside ' attribute is set. |
boolean |
isSetStep()
Returns whether the value of the ' Step ' attribute is set. |
boolean |
isSetStepNumber()
Returns whether the value of the ' Step Number ' attribute is set. |
boolean |
isSetTickBetweenCategories()
Returns whether the value of the ' Tick Between Categories ' attribute is set. |
boolean |
isSetUnit()
Returns whether the value of the ' Unit ' attribute is set. |
boolean |
isShowOutside()
Returns the value of the 'Show Outside' attribute. |
boolean |
isTickBetweenCategories()
Returns the value of the 'Tick Between Categories' attribute. |
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 |
setShowOutside(boolean value)
Sets the value of the ' Show Outside ' attribute. |
void |
setStep(double value)
Sets the value of the ' Step ' attribute. |
void |
setStepNumber(int value)
Sets the value of the ' Step Number ' attribute. |
void |
setTickBetweenCategories(boolean value)
Sets the value of the ' Tick Between Categories ' 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 |
unsetShowOutside()
Unsets the value of the ' Show Outside ' attribute. |
void |
unsetStep()
Unsets the value of the ' Step ' attribute. |
void |
unsetStepNumber()
Unsets the value of the ' Step Number ' attribute. |
void |
unsetTickBetweenCategories()
Unsets the value of the ' Tick Between Categories ' 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)
public int getStepNumber()
isSetStepNumber()
,
unsetStepNumber()
,
setStepNumber(int)
,
ComponentPackage.getScale_StepNumber()
public void setStepNumber(int value)
Step Number
' attribute.
value
- the new value of the 'Step Number' attribute.isSetStepNumber()
,
unsetStepNumber()
,
getStepNumber()
public void unsetStepNumber()
Step Number
' attribute.
isSetStepNumber()
,
getStepNumber()
,
setStepNumber(int)
public boolean isSetStepNumber()
Step Number
' attribute is set.
unsetStepNumber()
,
getStepNumber()
,
setStepNumber(int)
public boolean isShowOutside()
"false"
.
Indicates if it shows values outside Axis range.
isSetShowOutside()
,
unsetShowOutside()
,
setShowOutside(boolean)
,
ComponentPackage.getScale_ShowOutside()
public void setShowOutside(boolean value)
Show Outside
' attribute.
value
- the new value of the 'Show Outside' attribute.isSetShowOutside()
,
unsetShowOutside()
,
isShowOutside()
public void unsetShowOutside()
Show Outside
' attribute.
isSetShowOutside()
,
isShowOutside()
,
setShowOutside(boolean)
public boolean isSetShowOutside()
Show Outside
' attribute is set.
unsetShowOutside()
,
isShowOutside()
,
setShowOutside(boolean)
public boolean isTickBetweenCategories()
"true"
.
Specifes if the major tick is rendered at the category value or between two categories. This only affects the category and text style axis.
isSetTickBetweenCategories()
,
unsetTickBetweenCategories()
,
setTickBetweenCategories(boolean)
,
ComponentPackage.getScale_TickBetweenCategories()
public void setTickBetweenCategories(boolean value)
Tick Between Categories
' attribute.
value
- the new value of the 'Tick Between Categories' attribute.isSetTickBetweenCategories()
,
unsetTickBetweenCategories()
,
isTickBetweenCategories()
public void unsetTickBetweenCategories()
Tick Between Categories
' attribute.
isSetTickBetweenCategories()
,
isTickBetweenCategories()
,
setTickBetweenCategories(boolean)
public boolean isSetTickBetweenCategories()
Tick Between Categories
' attribute is set.
unsetTickBetweenCategories()
,
isTickBetweenCategories()
,
setTickBetweenCategories(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |