Interface ISkinElementWithFont
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Subinterfaces:
SkinButton,SkinCalendar,SkinCommand,SkinCommandBar,SkinEdit,SkinElementWithCustomization,SkinFormattedDoc,SkinGroupBox,SkinImage,SkinPeriod,SkinRadioButton,SkinRadioGroup,SkinStaticText,SkinSubMenu,SkinTable,SkinTableColumn,SkinTextDoc,SkinTumbler,SkinViewStatus
- All Known Implementing Classes:
SkinButtonImpl,SkinCalendarImpl,SkinCommandBarImpl,SkinCommandImpl,SkinEditImpl,SkinElementWithCustomizationImpl,SkinFormattedDocImpl,SkinGroupBoxImpl,SkinImageImpl,SkinPeriodImpl,SkinRadioButtonImpl,SkinRadioGroupImpl,SkinStaticTextImpl,SkinSubMenuImpl,SkinTableColumnImpl,SkinTableImpl,SkinTextDocImpl,SkinTumblerImpl,SkinViewStatusImpl
A representation of the model object 'ISkin Element With Font'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFont()Returns the value of the 'Font' containment reference.voidsetFont(PresentationFont value) Sets the value of the 'Font' 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
-
getFont
PresentationFont getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
-
setFont
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
-