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

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

Uses of RGBColor in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return RGBColor
 RGBColor GMFGraphFactory.createRGBColor()
          Returns a new object of class 'RGB Color'.
 

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

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

Methods in org.eclipse.gmf.gmfgraph.impl that return RGBColor
 RGBColor GMFGraphFactoryImpl.createRGBColor()
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type RGBColor
 T GMFGraphSwitch.caseRGBColor(RGBColor object)
          Returns the result of interpreting the object as an instance of 'RGB Color'.
 



Copyright © 2012. All Rights Reserved.