Interface PresentationColor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBlue()
      Returns the value of the 'Blue' attribute.
      int getGreen()
      Returns the value of the 'Green' attribute.
      int getRed()
      Returns the value of the 'Red' attribute.
      boolean isAutoColor()
      Returns the value of the 'Auto Color' attribute.
      void setAutoColor​(boolean value)
      Sets the value of the 'Auto Color' attribute.
      void setBlue​(int value)
      Sets the value of the 'Blue' attribute.
      void setGreen​(int value)
      Sets the value of the 'Green' attribute.
      void setRed​(int value)
      Sets the value of the 'Red' attribute.
      org.eclipse.swt.graphics.RGB toRGB()
      • 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