Interface SkinPages
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinPagesImpl
A representation of the model object 'Skin Pages'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Title Font' containment reference.Returns the value of the 'Title Text Color' containment reference.voidsetTitleFont(PresentationFont value) Sets the value of the 'Title Font' containment reference.voidSets the value of the 'Title Text Color' containment reference.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
-
getTitleFont
PresentationFont getTitleFont()Returns the value of the 'Title Font' containment reference.- Returns:
- the value of the 'Title Font' containment reference.
- See Also:
-
setTitleFont
Sets the value of the 'Title Font' containment reference.- Parameters:
value- the new value of the 'Title Font' containment reference.- See Also:
-
getTitleTextColor
PresentationColor getTitleTextColor()Returns the value of the 'Title Text Color' containment reference.- Returns:
- the value of the 'Title Text Color' containment reference.
- See Also:
-
setTitleTextColor
Sets the value of the 'Title Text Color' containment reference.- Parameters:
value- the new value of the 'Title Text Color' containment reference.- See Also:
-