Interface PresentationColor

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PresentationColorImpl

public interface PresentationColor extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Color'. Presentation color type.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the 'Blue' attribute.
    int
    Returns the value of the 'Green' attribute.
    int
    Returns the value of the 'Red' attribute.
    boolean
    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

    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