public interface Spacing
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BootstrapPackage.getSpacing()| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
getBreakpoint()
Returns the value of the 'Breakpoint' attribute.
|
Size |
getSize()
Returns the value of the 'Size' attribute.
|
boolean |
isBottom()
Returns the value of the 'Bottom' attribute.
|
boolean |
isLeft()
Returns the value of the 'Left' attribute.
|
boolean |
isRight()
Returns the value of the 'Right' attribute.
|
boolean |
isTop()
Returns the value of the 'Top' attribute.
|
boolean |
isX()
Returns the value of the 'X' attribute.
|
boolean |
isY()
Returns the value of the 'Y' attribute.
|
void |
setBottom(boolean value)
Sets the value of the '
Bottom' attribute. |
void |
setBreakpoint(Breakpoint value)
Sets the value of the '
Breakpoint' attribute. |
void |
setLeft(boolean value)
Sets the value of the '
Left' attribute. |
void |
setRight(boolean value)
Sets the value of the '
Right' attribute. |
void |
setSize(Size value)
Sets the value of the '
Size' attribute. |
void |
setTop(boolean value)
Sets the value of the '
Top' attribute. |
void |
setX(boolean value)
Sets the value of the '
X' attribute. |
void |
setY(boolean value)
Sets the value of the '
Y' attribute. |
Size getSize()
setSize(Size),
BootstrapPackage.getSpacing_Size()void setSize(Size value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()Breakpoint getBreakpoint()
setBreakpoint(Breakpoint),
BootstrapPackage.getSpacing_Breakpoint()void setBreakpoint(Breakpoint value)
Breakpoint' attribute.
value - the new value of the 'Breakpoint' attribute.getBreakpoint()boolean isTop()
"false".
Top spacing.
setTop(boolean),
BootstrapPackage.getSpacing_Top()void setTop(boolean value)
Top' attribute.
value - the new value of the 'Top' attribute.isTop()boolean isBottom()
"false".
Bottom spacing.
setBottom(boolean),
BootstrapPackage.getSpacing_Bottom()void setBottom(boolean value)
Bottom' attribute.
value - the new value of the 'Bottom' attribute.isBottom()boolean isLeft()
"false".
Left spacing.
setLeft(boolean),
BootstrapPackage.getSpacing_Left()void setLeft(boolean value)
Left' attribute.
value - the new value of the 'Left' attribute.isLeft()boolean isRight()
"false".
Righ spacing.
setRight(boolean),
BootstrapPackage.getSpacing_Right()void setRight(boolean value)
Right' attribute.
value - the new value of the 'Right' attribute.isRight()boolean isX()
"false".
Horizontal spacing.
setX(boolean),
BootstrapPackage.getSpacing_X()void setX(boolean value)
X' attribute.
value - the new value of the 'X' attribute.isX()boolean isY()
"false".
Vertical spacing.
setY(boolean),
BootstrapPackage.getSpacing_Y()Copyright © 2021 Nasdanika. All rights reserved.