Interface ThemePadding
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ThemePaddingImpl
public interface ThemePadding
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Padding'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Bottom' attribute.intgetLeft()Returns the value of the 'Left' attribute.intgetRight()Returns the value of the 'Right' attribute.intgetTop()Returns the value of the 'Top' attribute.intheight()voidsetBottom(int value) Sets the value of the 'Bottom' attribute.voidsetLeft(int value) Sets the value of the 'Left' attribute.voidsetRight(int value) Sets the value of the 'Right' attribute.voidsetTop(int value) Sets the value of the 'Top' attribute.intwidth()Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLeft
int getLeft()Returns the value of the 'Left' attribute.- Returns:
- the value of the 'Left' attribute.
- See Also:
-
setLeft
void setLeft(int value) Sets the value of the 'Left' attribute.- Parameters:
value- the new value of the 'Left' attribute.- See Also:
-
getTop
int getTop()Returns the value of the 'Top' attribute.- Returns:
- the value of the 'Top' attribute.
- See Also:
-
setTop
void setTop(int value) Sets the value of the 'Top' attribute.- Parameters:
value- the new value of the 'Top' attribute.- See Also:
-
getRight
int getRight()Returns the value of the 'Right' attribute.- Returns:
- the value of the 'Right' attribute.
- See Also:
-
setRight
void setRight(int value) Sets the value of the 'Right' attribute.- Parameters:
value- the new value of the 'Right' attribute.- See Also:
-
getBottom
int getBottom()Returns the value of the 'Bottom' attribute.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
-
setBottom
void setBottom(int value) Sets the value of the 'Bottom' attribute.- Parameters:
value- the new value of the 'Bottom' attribute.- See Also:
-
width
int width() -
height
int height()
-