org.eclipse.graphiti.mm.algorithms.styles
Interface GradientColoredLocation

All Known Implementing Classes:
GradientColoredLocationImpl

public interface GradientColoredLocation

A representation of the model object 'Gradient Colored Location'.

The following features are supported:

See Also:
StylesPackage.getGradientColoredLocation()

Method Summary
 Color getColor()
          Returns the value of the 'Color' containment reference.
 LocationType getLocationType()
          Returns the value of the 'Location Type' attribute.
 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(Integer value)
          Sets the value of the 'Location Value' attribute.
 

Method Detail

getLocationType

LocationType getLocationType()
Returns the value of the 'Location Type' attribute. The literals are from the enumeration LocationType.

If the meaning of the 'Location Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location Type' attribute.
See Also:
LocationType, setLocationType(LocationType), StylesPackage.getGradientColoredLocation_LocationType()

setLocationType

void setLocationType(LocationType value)
Sets the value of the 'Location Type' attribute.

Parameters:
value - the new value of the 'Location Type' attribute.
See Also:
LocationType, getLocationType()

getLocationValue

Integer getLocationValue()
Returns the value of the 'Location Value' attribute.

If the meaning of the 'Location Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location Value' attribute.
See Also:
setLocationValue(Integer), StylesPackage.getGradientColoredLocation_LocationValue()

setLocationValue

void setLocationValue(Integer value)
Sets the value of the 'Location Value' attribute.

Parameters:
value - the new value of the 'Location Value' attribute.
See Also:
getLocationValue()

getColor

Color getColor()
Returns the value of the 'Color' containment reference.

If the meaning of the 'Color' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Color' containment reference.
See Also:
setColor(Color), StylesPackage.getGradientColoredLocation_Color()

setColor

void setColor(Color value)
Sets the value of the 'Color' containment reference.

Parameters:
value - the new value of the 'Color' containment reference.
See Also:
getColor()


Copyright (c) SAP AG 2005, 2012.