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.getBackgroundColor()
          Returns the value of the 'Background Color' containment reference
 Color LineBorder.getColor()
          Returns the value of the 'Color' containment reference
 Color Figure.getForegroundColor()
          Returns the value of the 'Foreground Color' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Color
 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
 void Figure.setForegroundColor(Color value)
          Sets the value of the 'Foreground 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 AbstractFigureImpl.backgroundColor
          The cached value of the 'Background Color' containment reference
protected  Color LineBorderImpl.color
          The cached value of the 'Color' containment reference
protected  Color AbstractFigureImpl.foregroundColor
          The cached value of the 'Foreground Color' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Color
 Color AbstractFigureImpl.getBackgroundColor()
           
 Color LineBorderImpl.getColor()
           
 Color AbstractFigureImpl.getForegroundColor()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Color
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetBackgroundColor(Color newBackgroundColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LineBorderImpl.basicSetColor(Color newColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetForegroundColor(Color newForegroundColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setBackgroundColor(Color newBackgroundColor)
           
 void LineBorderImpl.setColor(Color newColor)
           
 void AbstractFigureImpl.setForegroundColor(Color newForegroundColor)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Color
 T GMFGraphSwitch.caseColor(Color object)
          Returns the result of interpreting 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.