public interface Border extends EObject
The following features are supported:
BootstrapPackage.getBorder()| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Returns the value of the 'Color' 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.
|
void |
setBottom(boolean value)
Sets the value of the '
Bottom' attribute. |
void |
setColor(Color value)
Sets the value of the '
Color' attribute. |
void |
setLeft(boolean value)
Sets the value of the '
Left' attribute. |
void |
setRight(boolean value)
Sets the value of the '
Right' attribute. |
void |
setTop(boolean value)
Sets the value of the '
Top' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverColor getColor()
setColor(Color),
BootstrapPackage.getBorder_Color()void setColor(Color value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()boolean isTop()
"false".
Top border.
setTop(boolean),
BootstrapPackage.getBorder_Top()void setTop(boolean value)
Top' attribute.
value - the new value of the 'Top' attribute.isTop()boolean isBottom()
"false".
Bottom border.
setBottom(boolean),
BootstrapPackage.getBorder_Bottom()void setBottom(boolean value)
Bottom' attribute.
value - the new value of the 'Bottom' attribute.isBottom()boolean isLeft()
"false".
Left border.
setLeft(boolean),
BootstrapPackage.getBorder_Left()void setLeft(boolean value)
Left' attribute.
value - the new value of the 'Left' attribute.isLeft()boolean isRight()
"false".
Righ border.
setRight(boolean),
BootstrapPackage.getBorder_Right()Copyright © 2022 Nasdanika. All rights reserved.