Interface Spacing
-
- All Known Implementing Classes:
SpacingImpl
public interface Spacing extends EObject
A representation of the model object 'Spacing'. Spacing - padding or margin. Specifies size, location, and breakpoint.The following features are supported:
- See Also:
BootstrapPackage.getSpacing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BreakpointgetBreakpoint()Returns the value of the 'Breakpoint' attribute.SizegetSize()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.voidsetSize(Size value)Sets 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getSize
Size 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(Size),BootstrapPackage.getSpacing_Size()
-
setSize
void setSize(Size value)
Sets the value of the 'Size' attribute.- Parameters:
value- the new value of the 'Size' attribute.- See Also:
getSize()
-
getBreakpoint
Breakpoint getBreakpoint()
Returns the value of the 'Breakpoint' attribute. Spacing breakpoint.- Returns:
- the value of the 'Breakpoint' attribute.
- See Also:
setBreakpoint(Breakpoint),BootstrapPackage.getSpacing_Breakpoint()
-
setBreakpoint
void setBreakpoint(Breakpoint value)
Sets the value of the 'Breakpoint' attribute.- Parameters:
value- the new value of the 'Breakpoint' attribute.- See Also:
getBreakpoint()
-
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(boolean),BootstrapPackage.getSpacing_Top()
-
setTop
void setTop(boolean value)
Sets the value of the 'Top' attribute.- Parameters:
value- the new value of the 'Top' attribute.- See Also:
isTop()
-
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(boolean),BootstrapPackage.getSpacing_Bottom()
-
setBottom
void setBottom(boolean value)
Sets the value of the 'Bottom' attribute.- Parameters:
value- the new value of the 'Bottom' attribute.- See Also:
isBottom()
-
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(boolean),BootstrapPackage.getSpacing_Left()
-
setLeft
void setLeft(boolean value)
Sets the value of the 'Left' attribute.- Parameters:
value- the new value of the 'Left' attribute.- See Also:
isLeft()
-
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(boolean),BootstrapPackage.getSpacing_Right()
-
setRight
void setRight(boolean value)
Sets the value of the 'Right' attribute.- Parameters:
value- the new value of the 'Right' attribute.- See Also:
isRight()
-
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(boolean),BootstrapPackage.getSpacing_X()
-
setX
void setX(boolean value)
Sets the value of the 'X' attribute.- Parameters:
value- the new value of the 'X' attribute.- See Also:
isX()
-
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(boolean),BootstrapPackage.getSpacing_Y()
-
-