public interface GradientColoredLocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Returns the value of the 'Color' containment reference.
|
LocationType |
getLocationType()
Returns the value of the 'Location Type' attribute.
|
java.lang.Integer |
getLocationValue()
Returns the value of the 'Location Value' attribute.
|
void |
setColor(Color value)
Sets the value of the '
Color ' containment reference. |
void |
setLocationType(LocationType value)
Sets the value of the '
Location Type ' attribute. |
void |
setLocationValue(java.lang.Integer value)
Sets the value of the '
Location Value ' attribute. |
LocationType getLocationType()
LocationType
.
If the meaning of the 'Location Type' attribute isn't clear, there really should be more of a description here...
LocationType
,
setLocationType(LocationType)
,
StylesPackage.getGradientColoredLocation_LocationType()
void setLocationType(LocationType value)
Location Type
' attribute.
value
- the new value of the 'Location Type' attribute.LocationType
,
getLocationType()
java.lang.Integer getLocationValue()
If the meaning of the 'Location Value' attribute isn't clear, there really should be more of a description here...
setLocationValue(Integer)
,
StylesPackage.getGradientColoredLocation_LocationValue()
void setLocationValue(java.lang.Integer value)
Location Value
' attribute.
value
- the new value of the 'Location Value' attribute.getLocationValue()
Color getColor()
If the meaning of the 'Color' containment reference isn't clear, there really should be more of a description here...
setColor(Color)
,
StylesPackage.getGradientColoredLocation_Color()
void setColor(Color value)
Color
' containment reference.
value
- the new value of the 'Color' containment reference.getColor()