Generation Framework

Uses of Interface
org.eclipse.gmf.gmfgraph.Color

Packages that use Color
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Color in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Color in org.eclipse.gmf.gmfgraph
 interface ConstantColor
           A representation of the model object 'Constant Color'
 interface RGBColor
           A representation of the model object 'RGB Color'
 

Methods in org.eclipse.gmf.gmfgraph that return Color
 Color Figure.getForegroundColor()
          Returns the value of the 'Foreground Color' containment reference
 Color Figure.getBackgroundColor()
          Returns the value of the 'Background Color' containment reference
 Color LineBorder.getColor()
          Returns the value of the 'Color' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Color
 void Figure.setForegroundColor(Color value)
          Sets the value of the 'Foreground Color' containment reference
 void Figure.setBackgroundColor(Color value)
          Sets the value of the 'Background Color' containment reference
 void LineBorder.setColor(Color value)
          Sets the value of the 'Color' containment reference
 

Uses of Color in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Color
 class ConstantColorImpl
           An implementation of the model object 'Constant Color'
 class RGBColorImpl
           An implementation of the model object 'RGB Color'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Color
protected  Color LabeledContainerImpl.foregroundColor
          The cached value of the 'Foreground Color' containment reference
protected  Color LabeledContainerImpl.backgroundColor
          The cached value of the 'Background Color' containment reference
protected  Color LineBorderImpl.color
          The cached value of the 'Color' containment reference
protected  Color LabelImpl.foregroundColor
          The cached value of the 'Foreground Color' containment reference
protected  Color LabelImpl.backgroundColor
          The cached value of the 'Background Color' containment reference
protected  Color CustomFigureImpl.foregroundColor
          The cached value of the 'Foreground Color' containment reference
protected  Color CustomFigureImpl.backgroundColor
          The cached value of the 'Background Color' containment reference
protected  Color ShapeImpl.foregroundColor
          The cached value of the 'Foreground Color' containment reference
protected  Color ShapeImpl.backgroundColor
          The cached value of the 'Background Color' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Color
 Color LabeledContainerImpl.getForegroundColor()
           
 Color LabeledContainerImpl.getBackgroundColor()
           
 Color LineBorderImpl.getColor()
           
 Color LabelImpl.getForegroundColor()
           
 Color LabelImpl.getBackgroundColor()
           
 Color CustomFigureImpl.getForegroundColor()
           
 Color CustomFigureImpl.getBackgroundColor()
           
 Color ShapeImpl.getForegroundColor()
           
 Color ShapeImpl.getBackgroundColor()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Color
 NotificationChain LabeledContainerImpl.basicSetForegroundColor(Color newForegroundColor, NotificationChain msgs)
           
 void LabeledContainerImpl.setForegroundColor(Color newForegroundColor)
           
 NotificationChain LabeledContainerImpl.basicSetBackgroundColor(Color newBackgroundColor, NotificationChain msgs)
           
 void LabeledContainerImpl.setBackgroundColor(Color newBackgroundColor)
           
 NotificationChain LineBorderImpl.basicSetColor(Color newColor, NotificationChain msgs)
           
 void LineBorderImpl.setColor(Color newColor)
           
 NotificationChain LabelImpl.basicSetForegroundColor(Color newForegroundColor, NotificationChain msgs)
           
 void LabelImpl.setForegroundColor(Color newForegroundColor)
           
 NotificationChain LabelImpl.basicSetBackgroundColor(Color newBackgroundColor, NotificationChain msgs)
           
 void LabelImpl.setBackgroundColor(Color newBackgroundColor)
           
 NotificationChain CustomFigureImpl.basicSetForegroundColor(Color newForegroundColor, NotificationChain msgs)
           
 void CustomFigureImpl.setForegroundColor(Color newForegroundColor)
           
 NotificationChain CustomFigureImpl.basicSetBackgroundColor(Color newBackgroundColor, NotificationChain msgs)
           
 void CustomFigureImpl.setBackgroundColor(Color newBackgroundColor)
           
 NotificationChain ShapeImpl.basicSetForegroundColor(Color newForegroundColor, NotificationChain msgs)
           
 void ShapeImpl.setForegroundColor(Color newForegroundColor)
           
 NotificationChain ShapeImpl.basicSetBackgroundColor(Color newBackgroundColor, NotificationChain msgs)
           
 void ShapeImpl.setBackgroundColor(Color newBackgroundColor)
           
 

Uses of Color in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Color
 java.lang.Object GMFGraphSwitch.caseColor(Color object)
          Returns the result of interpretting the object as an instance of 'Color'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.