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

All Known Implementing Classes:
RenderingStyleImpl

public interface RenderingStyle

A representation of the model object 'Rendering Style'.

The following features are supported:

See Also:
StylesPackage.getRenderingStyle()

Method Summary
 AdaptedGradientColoredAreas getAdaptedGradientColoredAreas()
          Returns the value of the 'Adapted Gradient Colored Areas' containment reference.
 void setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas value)
          Sets the value of the 'Adapted Gradient Colored Areas' containment reference.
 

Method Detail

getAdaptedGradientColoredAreas

AdaptedGradientColoredAreas getAdaptedGradientColoredAreas()
Returns the value of the 'Adapted Gradient Colored Areas' containment reference.

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

Returns:
the value of the 'Adapted Gradient Colored Areas' containment reference.
See Also:
setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas), StylesPackage.getRenderingStyle_AdaptedGradientColoredAreas()

setAdaptedGradientColoredAreas

void setAdaptedGradientColoredAreas(AdaptedGradientColoredAreas value)
Sets the value of the 'Adapted Gradient Colored Areas' containment reference.

Parameters:
value - the new value of the 'Adapted Gradient Colored Areas' containment reference.
See Also:
getAdaptedGradientColoredAreas()


Copyright (c) SAP AG 2005, 2010.