Interface Spacing
- All Known Implementing Classes:
SpacingImpl
A representation of the model object 'Spacing'.
Spacing - padding or margin. Specifies size, location, and breakpoint.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Breakpoint' attribute.getSize()Returns the value of the 'Size' attribute.booleanisBottom()Returns the value of the 'Bottom' attribute.booleanisLeft()Returns the value of the 'Left' attribute.booleanisRight()Returns the value of the 'Right' attribute.booleanisTop()Returns the value of the 'Top' attribute.booleanisX()Returns the value of the 'X' attribute.booleanisY()Returns the value of the 'Y' attribute.voidsetBottom(boolean value) Sets the value of the 'Bottom' attribute.voidsetBreakpoint(Breakpoint value) Sets the value of the 'Breakpoint' attribute.voidsetLeft(boolean value) Sets the value of the 'Left' attribute.voidsetRight(boolean value) Sets the value of the 'Right' attribute.voidSets the value of the 'Size' attribute.voidsetTop(boolean value) Sets the value of the 'Top' attribute.voidsetX(boolean value) Sets the value of the 'X' attribute.voidsetY(boolean value) Sets the value of the 'Y' attribute.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
-
getSize
Returns the value of the 'Size' attribute. Spacing size - from 0 to 5 or auto.- Returns:
- the value of the 'Size' attribute.
- See Also:
-
setSize
Sets the value of the 'Size' attribute.- Parameters:
value- the new value of the 'Size' attribute.- See Also:
-
getBreakpoint
Returns the value of the 'Breakpoint' attribute. Spacing breakpoint.- Returns:
- the value of the 'Breakpoint' attribute.
- See Also:
-
setBreakpoint
Sets the value of the 'Breakpoint' attribute.- Parameters:
value- the new value of the 'Breakpoint' attribute.- See Also:
-
isTop
boolean isTop()Returns the value of the 'Top' attribute. The default value is"false". Top spacing.- Returns:
- the value of the 'Top' attribute.
- See Also:
-
setTop
Sets the value of the 'Top' attribute.- Parameters:
value- the new value of the 'Top' attribute.- See Also:
-
isBottom
boolean isBottom()Returns the value of the 'Bottom' attribute. The default value is"false". Bottom spacing.- Returns:
- the value of the 'Bottom' attribute.
- See Also:
-
setBottom
Sets the value of the 'Bottom' attribute.- Parameters:
value- the new value of the 'Bottom' attribute.- See Also:
-
isLeft
boolean isLeft()Returns the value of the 'Left' attribute. The default value is"false". Left spacing.- Returns:
- the value of the 'Left' attribute.
- See Also:
-
setLeft
Sets the value of the 'Left' attribute.- Parameters:
value- the new value of the 'Left' attribute.- See Also:
-
isRight
boolean isRight()Returns the value of the 'Right' attribute. The default value is"false". Righ spacing.- Returns:
- the value of the 'Right' attribute.
- See Also:
-
setRight
Sets the value of the 'Right' attribute.- Parameters:
value- the new value of the 'Right' attribute.- See Also:
-
isX
boolean isX()Returns the value of the 'X' attribute. The default value is"false". Horizontal spacing.- Returns:
- the value of the 'X' attribute.
- See Also:
-
setX
Sets the value of the 'X' attribute.- Parameters:
value- the new value of the 'X' attribute.- See Also:
-
isY
boolean isY()Returns the value of the 'Y' attribute. The default value is"false". Vertical spacing.- Returns:
- the value of the 'Y' attribute.
- See Also:
-
setY
Sets the value of the 'Y' attribute.- Parameters:
value- the new value of the 'Y' attribute.- See Also:
-