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

All Known Implementing Classes:
ColorImpl

public interface Color

A representation of the model object ' Color'.

The following features are supported:

See Also:
StylesPackage.getColor()

Method Summary
 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.
 

Method Detail

getRed

int getRed()
Returns the value of the 'Red' attribute.

If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Red' attribute.
See Also:
StylesPackage.getColor_Red()

getGreen

int getGreen()
Returns the value of the 'Green' attribute.

If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Green' attribute.
See Also:
StylesPackage.getColor_Green()

getBlue

int getBlue()
Returns the value of the 'Blue' attribute.

If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blue' attribute.
See Also:
StylesPackage.getColor_Blue()


Copyright (c) SAP AG 2005, 2012.