Interface SkinForm
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinFormImpl
A representation of the model object 'Skin Form'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Background Color' containment reference.Returns the value of the 'Border Color' containment reference.Returns the value of the 'Shadow Center Color' containment reference.Returns the value of the 'Shadow End Color' containment reference.Returns the value of the 'Shadow Start Color' containment reference.Returns the value of the 'Title End Color' containment reference.Returns the value of the 'Title Font' containment reference.Returns the value of the 'Title Padding' containment reference.Returns the value of the 'Title Start Color' containment reference.Returns the value of the 'Title Text Color' containment reference.Returns the value of the 'Viewer Padding' containment reference.Returns the value of the 'Viewer Primary Selection Color' containment reference.Returns the value of the 'Viewer Secondary Selection Color' containment reference.voidSets the value of the 'Background Color' containment reference.voidsetBorderColor(PresentationColor value) Sets the value of the 'Border Color' containment reference.voidSets the value of the 'Shadow Center Color' containment reference.voidSets the value of the 'Shadow End Color' containment reference.voidSets the value of the 'Shadow Start Color' containment reference.voidSets the value of the 'Title End Color' containment reference.voidsetTitleFont(PresentationFont value) Sets the value of the 'Title Font' containment reference.voidsetTitlePadding(ThemePadding value) Sets the value of the 'Title Padding' containment reference.voidSets the value of the 'Title Start Color' containment reference.voidSets the value of the 'Title Text Color' containment reference.voidsetViewerPadding(ThemePadding value) Sets the value of the 'Viewer Padding' containment reference.voidSets the value of the 'Viewer Primary Selection Color' containment reference.voidSets the value of the 'Viewer Secondary Selection 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
-
getViewerPadding
ThemePadding getViewerPadding()Returns the value of the 'Viewer Padding' containment reference.- Returns:
- the value of the 'Viewer Padding' containment reference.
- See Also:
-
setViewerPadding
Sets the value of the 'Viewer Padding' containment reference.- Parameters:
value- the new value of the 'Viewer Padding' containment reference.- See Also:
-
getViewerPrimarySelectionColor
PresentationColor getViewerPrimarySelectionColor()Returns the value of the 'Viewer Primary Selection Color' containment reference.- Returns:
- the value of the 'Viewer Primary Selection Color' containment reference.
- See Also:
-
setViewerPrimarySelectionColor
Sets the value of the 'Viewer Primary Selection Color' containment reference.- Parameters:
value- the new value of the 'Viewer Primary Selection Color' containment reference.- See Also:
-
getViewerSecondarySelectionColor
PresentationColor getViewerSecondarySelectionColor()Returns the value of the 'Viewer Secondary Selection Color' containment reference.- Returns:
- the value of the 'Viewer Secondary Selection Color' containment reference.
- See Also:
-
setViewerSecondarySelectionColor
Sets the value of the 'Viewer Secondary Selection Color' containment reference.- Parameters:
value- the new value of the 'Viewer Secondary Selection Color' containment reference.- See Also:
-
getBackgroundColor
PresentationColor getBackgroundColor()Returns the value of the 'Background Color' containment reference.- Returns:
- the value of the 'Background Color' containment reference.
- See Also:
-
setBackgroundColor
Sets the value of the 'Background Color' containment reference.- Parameters:
value- the new value of the 'Background Color' containment reference.- See Also:
-
getBorderColor
PresentationColor getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color' containment reference.- Parameters:
value- the new value of the 'Border Color' containment reference.- See Also:
-
getShadowStartColor
PresentationColor getShadowStartColor()Returns the value of the 'Shadow Start Color' containment reference.- Returns:
- the value of the 'Shadow Start Color' containment reference.
- See Also:
-
setShadowStartColor
Sets the value of the 'Shadow Start Color' containment reference.- Parameters:
value- the new value of the 'Shadow Start Color' containment reference.- See Also:
-
getShadowCenterColor
PresentationColor getShadowCenterColor()Returns the value of the 'Shadow Center Color' containment reference.- Returns:
- the value of the 'Shadow Center Color' containment reference.
- See Also:
-
setShadowCenterColor
Sets the value of the 'Shadow Center Color' containment reference.- Parameters:
value- the new value of the 'Shadow Center Color' containment reference.- See Also:
-
getShadowEndColor
PresentationColor getShadowEndColor()Returns the value of the 'Shadow End Color' containment reference.- Returns:
- the value of the 'Shadow End Color' containment reference.
- See Also:
-
setShadowEndColor
Sets the value of the 'Shadow End Color' containment reference.- Parameters:
value- the new value of the 'Shadow End Color' containment reference.- See Also:
-
getTitleStartColor
PresentationColor getTitleStartColor()Returns the value of the 'Title Start Color' containment reference.- Returns:
- the value of the 'Title Start Color' containment reference.
- See Also:
-
setTitleStartColor
Sets the value of the 'Title Start Color' containment reference.- Parameters:
value- the new value of the 'Title Start Color' containment reference.- See Also:
-
getTitleEndColor
PresentationColor getTitleEndColor()Returns the value of the 'Title End Color' containment reference.- Returns:
- the value of the 'Title End Color' containment reference.
- See Also:
-
setTitleEndColor
Sets the value of the 'Title End Color' containment reference.- Parameters:
value- the new value of the 'Title End Color' containment reference.- See Also:
-
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:
-
getTitlePadding
ThemePadding getTitlePadding()Returns the value of the 'Title Padding' containment reference.- Returns:
- the value of the 'Title Padding' containment reference.
- See Also:
-
setTitlePadding
Sets the value of the 'Title Padding' containment reference.- Parameters:
value- the new value of the 'Title Padding' containment reference.- See Also:
-