|
||||||||||
| 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:
MinMaxStepUnitMinor Grids Per UnitStep NumberShow OutsideTick Between CategoriesAuto ExpandMajor Grids Step NumberFactor
ComponentPackage.getScale()| Method Summary | |
|---|---|
Scale |
copyInstance()
|
double |
getFactor()
Returns the value of the 'Factor' attribute. |
int |
getMajorGridsStepNumber()
Returns the value of the 'Major Grids Step Number' attribute. |
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 |
isAutoExpand()
Returns the value of the 'Auto Expand' attribute. |
boolean |
isSetAutoExpand()
Returns whether the value of the ' Auto Expand' attribute is set. |
boolean |
isSetFactor()
Returns whether the value of the ' Factor' attribute is set. |
boolean |
isSetMajorGridsStepNumber()
Returns whether the value of the ' Major Grids Step Number' attribute is set. |
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 |
setAutoExpand(boolean value)
Sets the value of the ' Auto Expand' attribute. |
void |
setFactor(double value)
Sets the value of the ' Factor' attribute. |
void |
setMajorGridsStepNumber(int value)
Sets the value of the ' Major Grids Step Number' 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 |
unsetAutoExpand()
Unsets the value of the ' Auto Expand' attribute. |
void |
unsetFactor()
Unsets the value of the ' Factor' attribute. |
void |
unsetMajorGridsStepNumber()
Unsets the value of the ' Major Grids Step Number' 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, eInvoke, 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)boolean isAutoExpand()
"true".
Specifes if min/max value should be expanded
by 1 unit, by default is true.
isSetAutoExpand(),
unsetAutoExpand(),
setAutoExpand(boolean),
ComponentPackage.getScale_AutoExpand()void setAutoExpand(boolean value)
Auto Expand' attribute.
value - the new value of the 'Auto Expand' attribute.isSetAutoExpand(),
unsetAutoExpand(),
isAutoExpand()void unsetAutoExpand()
Auto Expand' attribute.
isSetAutoExpand(),
isAutoExpand(),
setAutoExpand(boolean)boolean isSetAutoExpand()
Auto Expand' attribute is set.
unsetAutoExpand(),
isAutoExpand(),
setAutoExpand(boolean)int getMajorGridsStepNumber()
"1".
Specify the step number of axis grid lines.
isSetMajorGridsStepNumber(),
unsetMajorGridsStepNumber(),
setMajorGridsStepNumber(int),
ComponentPackage.getScale_MajorGridsStepNumber()void setMajorGridsStepNumber(int value)
Major Grids Step Number' attribute.
value - the new value of the 'Major Grids Step Number' attribute.isSetMajorGridsStepNumber(),
unsetMajorGridsStepNumber(),
getMajorGridsStepNumber()void unsetMajorGridsStepNumber()
Major Grids Step Number' attribute.
isSetMajorGridsStepNumber(),
getMajorGridsStepNumber(),
setMajorGridsStepNumber(int)boolean isSetMajorGridsStepNumber()
Major Grids Step Number' attribute is set.
unsetMajorGridsStepNumber(),
getMajorGridsStepNumber(),
setMajorGridsStepNumber(int)double getFactor()
isSetFactor(),
unsetFactor(),
setFactor(double),
ComponentPackage.getScale_Factor()void setFactor(double value)
Factor' attribute.
value - the new value of the 'Factor' attribute.isSetFactor(),
unsetFactor(),
getFactor()void unsetFactor()
Factor' attribute.
isSetFactor(),
getFactor(),
setFactor(double)boolean isSetFactor()
Factor' attribute is set.
unsetFactor(),
getFactor(),
setFactor(double)Scale copyInstance()
copyInstance in interface IChartObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||