Interface AdaptedGradientColoredAreas

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<GradientColoredAreas> 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.
      • 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

      • 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

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