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

All Known Implementing Classes:
GradientColoredAreasImpl

public interface GradientColoredAreas

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

The following features are supported:

See Also:
StylesPackage.getGradientColoredAreas()

Method Summary
  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

 getGradientColor()
Returns the value of the 'Gradient Color' containment reference list. The list contents are of type GradientColoredArea.

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()


Copyright (c) SAP AG 2005, 2012.