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.
 void setBlue(int value)
          Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details
 void setGreen(int value)
          Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details
 void setRed(int value)
          Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details
 

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:
setRed(int), StylesPackage.getColor_Red()

setRed

void setRed(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details

Sets the value of the ' Red' attribute.

Parameters:
value - the new value of the 'Red' attribute.
See Also:
getRed()

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:
setGreen(int), StylesPackage.getColor_Green()

setGreen

void setGreen(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details

Sets the value of the ' Green' attribute.

Parameters:
value - the new value of the 'Green' attribute.
See Also:
getGreen()

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:
setBlue(int), StylesPackage.getColor_Blue()

setBlue

void setBlue(int value)
Deprecated. use the manageColor methods in class IGaService instead to create a Color with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details

Sets the value of the ' Blue' attribute.

Parameters:
value - the new value of the 'Blue' attribute.
See Also:
getBlue()


Copyright (c) SAP AG 2005, 2010.