|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StyleAttributes
A representation of the model object 'Style Attributes'.
The following features are supported:
GMFGenPackage.getStyleAttributes()
Method Summary | |
---|---|
boolean |
isFixedBackground()
Returns the value of the 'Fixed Background' attribute. |
boolean |
isFixedFont()
Returns the value of the 'Fixed Font' attribute. |
boolean |
isFixedForeground()
Returns the value of the 'Fixed Foreground' attribute. |
void |
setFixedBackground(boolean value)
Sets the value of the ' Fixed Background ' attribute. |
void |
setFixedFont(boolean value)
Sets the value of the ' Fixed Font ' attribute. |
void |
setFixedForeground(boolean value)
Sets the value of the ' Fixed Foreground ' 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 |
---|
boolean isFixedFont()
"false"
.
If the meaning of the 'Fixed Font' attribute isn't clear, there really should be more of a description here...
setFixedFont(boolean)
,
GMFGenPackage.getStyleAttributes_FixedFont()
void setFixedFont(boolean value)
Fixed Font
' attribute.
value
- the new value of the 'Fixed Font' attribute.isFixedFont()
boolean isFixedForeground()
"false"
.
If the meaning of the 'Fixed Foreground' attribute isn't clear, there really should be more of a description here...
setFixedForeground(boolean)
,
GMFGenPackage.getStyleAttributes_FixedForeground()
void setFixedForeground(boolean value)
Fixed Foreground
' attribute.
value
- the new value of the 'Fixed Foreground' attribute.isFixedForeground()
boolean isFixedBackground()
"false"
.
If the meaning of the 'Fixed Background' attribute isn't clear, there really should be more of a description here...
setFixedBackground(boolean)
,
GMFGenPackage.getStyleAttributes_FixedBackground()
void setFixedBackground(boolean value)
Fixed Background
' attribute.
value
- the new value of the 'Fixed Background' attribute.isFixedBackground()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |