public interface Scale extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getScale()| Modifier and Type | Method and Description |
|---|---|
Double |
getFactor()
Returns the value of the 'Factor' attribute.
|
Double |
getOffset()
Returns the value of the 'Offset' attribute.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active' attribute. |
void |
setFactor(Double value)
Sets the value of the '
Factor' attribute. |
void |
setOffset(Double value)
Sets the value of the '
Offset' attribute. |
getItem, getName, setItem, setNameboolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean),
OsgiPackage.getScale_Active()void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()Double getFactor()
"1.0".
If the meaning of the 'Factor' attribute isn't clear, there really should be more of a description here...
setFactor(Double),
OsgiPackage.getScale_Factor()void setFactor(Double value)
Factor' attribute.
value - the new value of the 'Factor' attribute.getFactor()Double getOffset()
"0.0".
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(Double),
OsgiPackage.getScale_Offset()void setOffset(Double value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()