Interface RenderingStyle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RenderingStyleImpl
public interface RenderingStyle
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rendering Style'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Adapted Gradient Colored Areas' containment reference.void
Sets the value of the 'Adapted Gradient Colored Areas
' 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAdaptedGradientColoredAreas
AdaptedGradientColoredAreas getAdaptedGradientColoredAreas()Returns the value of the 'Adapted Gradient Colored Areas' containment reference.If the meaning of the 'Adapted Gradient Colored Areas' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Adapted Gradient Colored Areas' containment reference.
- See Also:
-
setAdaptedGradientColoredAreas
Sets the value of the 'Adapted Gradient Colored Areas
' containment reference.- Parameters:
value
- the new value of the 'Adapted Gradient Colored Areas' containment reference.- See Also:
-