Interface GradientColoredAreas

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<GradientColoredArea> 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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getGradientColor

        org.eclipse.emf.common.util.EList<GradientColoredArea> 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()
      • 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()