|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Scale
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 |
|---|
DataElement getMin()
setMin(DataElement),
ComponentPackage.getScale_Min()void setMin(DataElement value)
Min' containment reference.
value - the new value of the 'Min' containment reference.getMin()DataElement getMax()
setMax(DataElement),
ComponentPackage.getScale_Max()void setMax(DataElement value)
Max' containment reference.
value - the new value of the 'Max' containment reference.getMax()double getStep()
isSetStep(),
unsetStep(),
setStep(double),
ComponentPackage.getScale_Step()void setStep(double value)
Step' attribute.
value - the new value of the 'Step' attribute.isSetStep(),
unsetStep(),
getStep()void unsetStep()
Step' attribute.
isSetStep(),
getStep(),
setStep(double)boolean isSetStep()
Step' attribute is set.
unsetStep(),
getStep(),
setStep(double)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()void setUnit(ScaleUnitType value)
Unit' attribute.
value - the new value of the 'Unit' attribute.ScaleUnitType,
isSetUnit(),
unsetUnit(),
getUnit()void unsetUnit()
Unit' attribute.
isSetUnit(),
getUnit(),
setUnit(ScaleUnitType)boolean isSetUnit()
Unit' attribute is set.
unsetUnit(),
getUnit(),
setUnit(ScaleUnitType)int getMinorGridsPerUnit()
isSetMinorGridsPerUnit(),
unsetMinorGridsPerUnit(),
setMinorGridsPerUnit(int),
ComponentPackage.getScale_MinorGridsPerUnit()void setMinorGridsPerUnit(int value)
Minor Grids Per Unit' attribute.
value - the new value of the 'Minor Grids Per Unit' attribute.isSetMinorGridsPerUnit(),
unsetMinorGridsPerUnit(),
getMinorGridsPerUnit()void unsetMinorGridsPerUnit()
Minor Grids Per Unit' attribute.
isSetMinorGridsPerUnit(),
getMinorGridsPerUnit(),
setMinorGridsPerUnit(int)boolean isSetMinorGridsPerUnit()
Minor Grids Per Unit' attribute is set.
unsetMinorGridsPerUnit(),
getMinorGridsPerUnit(),
setMinorGridsPerUnit(int)int getStepNumber()
isSetStepNumber(),
unsetStepNumber(),
setStepNumber(int),
ComponentPackage.getScale_StepNumber()void setStepNumber(int value)
Step Number' attribute.
value - the new value of the 'Step Number' attribute.isSetStepNumber(),
unsetStepNumber(),
getStepNumber()void unsetStepNumber()
Step Number' attribute.
isSetStepNumber(),
getStepNumber(),
setStepNumber(int)boolean isSetStepNumber()
Step Number' attribute is set.
unsetStepNumber(),
getStepNumber(),
setStepNumber(int)boolean isShowOutside()
"false".
Indicates if it shows values outside Axis range.
isSetShowOutside(),
unsetShowOutside(),
setShowOutside(boolean),
ComponentPackage.getScale_ShowOutside()void setShowOutside(boolean value)
Show Outside' attribute.
value - the new value of the 'Show Outside' attribute.isSetShowOutside(),
unsetShowOutside(),
isShowOutside()void unsetShowOutside()
Show Outside' attribute.
isSetShowOutside(),
isShowOutside(),
setShowOutside(boolean)boolean isSetShowOutside()
Show Outside' attribute is set.
unsetShowOutside(),
isShowOutside(),
setShowOutside(boolean)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()void setTickBetweenCategories(boolean value)
Tick Between Categories' attribute.
value - the new value of the 'Tick Between Categories' attribute.isSetTickBetweenCategories(),
unsetTickBetweenCategories(),
isTickBetweenCategories()void unsetTickBetweenCategories()
Tick Between Categories' attribute.
isSetTickBetweenCategories(),
isTickBetweenCategories(),
setTickBetweenCategories(boolean)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 | |||||||||