|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Insets'. This type defines the insets for an element.
The following features are supported:
AttributePackage.getInsets()| Method Summary | |
boolean |
areLessThan(double dValue)
A convenience method provdided to detect if all members are below a certain value NOTE: Manually written |
double |
getBottom()
Returns the value of the 'Bottom' attribute. |
double |
getLeft()
Returns the value of the 'Left' attribute. |
double |
getRight()
Returns the value of the 'Right' attribute. |
double |
getTop()
Returns the value of the 'Top' attribute. |
boolean |
isSetBottom()
Returns whether the value of the ' Bottom' attribute is set. |
boolean |
isSetLeft()
Returns whether the value of the ' Left' attribute is set. |
boolean |
isSetRight()
Returns whether the value of the ' Right' attribute is set. |
boolean |
isSetTop()
Returns whether the value of the ' Top' attribute is set. |
Insets |
scaledInstance(double dScale)
Returns a new instance with scaled members w.r.t this instance. |
void |
set(double dTop,
double dLeft,
double dBottom,
double dRight)
A convenience method for setting all members of an existing instance NOTE: Manually written |
void |
setBottom(double value)
Sets the value of the ' Bottom' attribute. |
void |
setLeft(double value)
Sets the value of the ' Left' attribute. |
void |
setRight(double value)
Sets the value of the ' Right' attribute. |
void |
setTop(double value)
Sets the value of the ' Top' attribute. |
void |
unsetBottom()
Unsets the value of the ' Bottom' attribute. |
void |
unsetLeft()
Unsets the value of the ' Left' attribute. |
void |
unsetRight()
Unsets the value of the ' Right' attribute. |
void |
unsetTop()
Unsets the value of the ' Top' 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 double getTop()
isSetTop(),
unsetTop(),
setTop(double),
AttributePackage.getInsets_Top()public void setTop(double value)
Top' attribute.
Sets the top component of the insets.
value - the new value of the 'Top' attribute.isSetTop(),
unsetTop(),
getTop()public void unsetTop()
Top' attribute.
isSetTop(),
getTop(),
setTop(double)public boolean isSetTop()
Top' attribute is set.
unsetTop(),
getTop(),
setTop(double)public double getLeft()
isSetLeft(),
unsetLeft(),
setLeft(double),
AttributePackage.getInsets_Left()public void setLeft(double value)
Left' attribute.
Sets the left component of the insets.
value - the new value of the 'Left' attribute.isSetLeft(),
unsetLeft(),
getLeft()public void unsetLeft()
Left' attribute.
isSetLeft(),
getLeft(),
setLeft(double)public boolean isSetLeft()
Left' attribute is set.
unsetLeft(),
getLeft(),
setLeft(double)public double getBottom()
isSetBottom(),
unsetBottom(),
setBottom(double),
AttributePackage.getInsets_Bottom()public void setBottom(double value)
Bottom' attribute.
Sets the bottom component of the insets.
value - the new value of the 'Bottom' attribute.isSetBottom(),
unsetBottom(),
getBottom()public void unsetBottom()
Bottom' attribute.
isSetBottom(),
getBottom(),
setBottom(double)public boolean isSetBottom()
Bottom' attribute is set.
unsetBottom(),
getBottom(),
setBottom(double)public double getRight()
isSetRight(),
unsetRight(),
setRight(double),
AttributePackage.getInsets_Right()public void setRight(double value)
Right' attribute.
Sets the right component of the insets.
value - the new value of the 'Right' attribute.isSetRight(),
unsetRight(),
getRight()public void unsetRight()
Right' attribute.
isSetRight(),
getRight(),
setRight(double)public boolean isSetRight()
Right' attribute is set.
unsetRight(),
getRight(),
setRight(double)public Insets scaledInstance(double dScale)
dScale -
public void set(double dTop,
double dLeft,
double dBottom,
double dRight)
dTop - dLeft - dBottom - dRight - public boolean areLessThan(double dValue)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||