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

All Known Implementing Classes:
AdaptedGradientColoredAreasImpl

public interface AdaptedGradientColoredAreas

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

The following features are supported:

See Also:
StylesPackage.getAdaptedGradientColoredAreas()

Method Summary
  getAdaptedGradientColoredAreas()
          Returns the value of the 'Adapted Gradient Colored Areas' containment reference list.
 java.lang.String getDefinedStyleId()
          Returns the value of the 'Defined Style Id' attribute.
 java.lang.Integer getGradientType()
          Returns the value of the 'Gradient Type' attribute.
 void setDefinedStyleId(java.lang.String value)
          Sets the value of the 'Defined Style Id' attribute.
 void setGradientType(java.lang.Integer value)
          Sets the value of the 'Gradient Type' attribute.
 

Method Detail

getDefinedStyleId

java.lang.String getDefinedStyleId()
Returns the value of the 'Defined Style Id' attribute.

If the meaning of the 'Defined Style Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Defined Style Id' attribute.
See Also:
setDefinedStyleId(String), StylesPackage.getAdaptedGradientColoredAreas_DefinedStyleId()

setDefinedStyleId

void setDefinedStyleId(java.lang.String value)
Sets the value of the 'Defined Style Id' attribute.

Parameters:
value - the new value of the 'Defined Style Id' attribute.
See Also:
getDefinedStyleId()

getAdaptedGradientColoredAreas

 getAdaptedGradientColoredAreas()
Returns the value of the 'Adapted Gradient Colored Areas' containment reference list. The list contents are of type GradientColoredAreas.

If the meaning of the 'Adapted Gradient Colored Areas' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Adapted Gradient Colored Areas' containment reference list.
See Also:
StylesPackage.getAdaptedGradientColoredAreas_AdaptedGradientColoredAreas()

getGradientType

java.lang.Integer getGradientType()
Returns the value of the 'Gradient Type' attribute.

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

Returns:
the value of the 'Gradient Type' attribute.
See Also:
setGradientType(Integer), StylesPackage.getAdaptedGradientColoredAreas_GradientType()

setGradientType

void setGradientType(java.lang.Integer value)
Sets the value of the 'Gradient Type' attribute.

Parameters:
value - the new value of the 'Gradient Type' attribute.
See Also:
getGradientType()


Copyright (c) SAP AG 2005, 2012.