Interface GradientColoredAreas
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GradientColoredAreasImpl
public interface GradientColoredAreas extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Gradient Colored Areas'.The following features are supported:
- See Also:
StylesPackage.getGradientColoredAreas()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GradientColoredArea>
getGradientColor()
Returns the value of the 'Gradient Color' containment reference list.java.lang.Integer
getStyleAdaption()
Returns the value of the 'Style Adaption' attribute.void
setStyleAdaption(java.lang.Integer value)
Sets the value of the 'Style Adaption
' attribute.
-
-
-
Method Detail
-
getGradientColor
org.eclipse.emf.common.util.EList<GradientColoredArea> getGradientColor()
Returns the value of the 'Gradient Color' containment reference list. The list contents are of typeGradientColoredArea
.If the meaning of the 'Gradient Color' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Gradient Color' containment reference list.
- See Also:
StylesPackage.getGradientColoredAreas_GradientColor()
-
getStyleAdaption
java.lang.Integer getStyleAdaption()
Returns the value of the 'Style Adaption' attribute.If the meaning of the 'Style Adaption' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Style Adaption' attribute.
- See Also:
setStyleAdaption(Integer)
,StylesPackage.getGradientColoredAreas_StyleAdaption()
-
setStyleAdaption
void setStyleAdaption(java.lang.Integer value)
Sets the value of the 'Style Adaption
' attribute.- Parameters:
value
- the new value of the 'Style Adaption' attribute.- See Also:
getStyleAdaption()
-
-