Interface ISkinElementWithShadow
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Subinterfaces:
SkinPanel
- All Known Implementing Classes:
SkinPanelImpl
A representation of the model object 'ISkin Element With Shadow'.
The skin element with shadow.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.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.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
-
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:
-