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:
StylesPackage.getRenderingStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptedGradientColoredAreas
getAdaptedGradientColoredAreas()
Returns the value of the 'Adapted Gradient Colored Areas' containment reference.void
setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas value)
Sets the value of the 'Adapted Gradient Colored Areas
' containment reference.
-
-
-
Method Detail
-
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(AdaptedGradientColoredAreas)
,StylesPackage.getRenderingStyle_AdaptedGradientColoredAreas()
-
setAdaptedGradientColoredAreas
void setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas value)
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:
getAdaptedGradientColoredAreas()
-
-