Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenColor

Packages that use GenColor
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenColor in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of GenColor in org.eclipse.gmf.codegen.gmfgen
 interface GenConstantColor
          A representation of the model object 'Gen Constant Color'.
 interface GenRGBColor
          A representation of the model object 'Gen RGB Color'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenColor
 GenColor GenDiagramPreferences.getFillColor()
          Returns the value of the 'Fill Color' containment reference.
 GenColor GenDiagramPreferences.getFontColor()
          Returns the value of the 'Font Color' containment reference.
 GenColor GenDiagramPreferences.getGridLineColor()
          Returns the value of the 'Grid Line Color' containment reference.
 GenColor GenDiagramPreferences.getLineColor()
          Returns the value of the 'Line Color' containment reference.
 GenColor GenDiagramPreferences.getNoteFillColor()
          Returns the value of the 'Note Fill Color' containment reference.
 GenColor GenDiagramPreferences.getNoteLineColor()
          Returns the value of the 'Note Line Color' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenColor
 void GenDiagramPreferences.setFillColor(GenColor value)
          Sets the value of the 'Fill Color' containment reference.
 void GenDiagramPreferences.setFontColor(GenColor value)
          Sets the value of the 'Font Color' containment reference.
 void GenDiagramPreferences.setGridLineColor(GenColor value)
          Sets the value of the 'Grid Line Color' containment reference.
 void GenDiagramPreferences.setLineColor(GenColor value)
          Sets the value of the 'Line Color' containment reference.
 void GenDiagramPreferences.setNoteFillColor(GenColor value)
          Sets the value of the 'Note Fill Color' containment reference.
 void GenDiagramPreferences.setNoteLineColor(GenColor value)
          Sets the value of the 'Note Line Color' containment reference.
 

Uses of GenColor in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenColor
 class GenConstantColorImpl
          An implementation of the model object 'Gen Constant Color'.
 class GenRGBColorImpl
          An implementation of the model object 'Gen RGB Color'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenColor
protected  GenColor GenDiagramPreferencesImpl.fillColor
          The cached value of the 'Fill Color' containment reference.
protected  GenColor GenDiagramPreferencesImpl.fontColor
          The cached value of the 'Font Color' containment reference.
protected  GenColor GenDiagramPreferencesImpl.gridLineColor
          The cached value of the 'Grid Line Color' containment reference.
protected  GenColor GenDiagramPreferencesImpl.lineColor
          The cached value of the 'Line Color' containment reference.
protected  GenColor GenDiagramPreferencesImpl.noteFillColor
          The cached value of the 'Note Fill Color' containment reference.
protected  GenColor GenDiagramPreferencesImpl.noteLineColor
          The cached value of the 'Note Line Color' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenColor
 GenColor GenDiagramPreferencesImpl.getFillColor()
           
 GenColor GenDiagramPreferencesImpl.getFontColor()
           
 GenColor GenDiagramPreferencesImpl.getGridLineColor()
           
 GenColor GenDiagramPreferencesImpl.getLineColor()
           
 GenColor GenDiagramPreferencesImpl.getNoteFillColor()
           
 GenColor GenDiagramPreferencesImpl.getNoteLineColor()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenColor
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetFillColor(GenColor newFillColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetFontColor(GenColor newFontColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetGridLineColor(GenColor newGridLineColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetLineColor(GenColor newLineColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetNoteFillColor(GenColor newNoteFillColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetNoteLineColor(GenColor newNoteLineColor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenDiagramPreferencesImpl.setFillColor(GenColor newFillColor)
           
 void GenDiagramPreferencesImpl.setFontColor(GenColor newFontColor)
           
 void GenDiagramPreferencesImpl.setGridLineColor(GenColor newGridLineColor)
           
 void GenDiagramPreferencesImpl.setLineColor(GenColor newLineColor)
           
 void GenDiagramPreferencesImpl.setNoteFillColor(GenColor newNoteFillColor)
           
 void GenDiagramPreferencesImpl.setNoteLineColor(GenColor newNoteLineColor)
           
 

Uses of GenColor in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenColor
 T GMFGenSwitch.caseGenColor(GenColor object)
          Returns the result of interpreting the object as an instance of 'Gen Color'.
 



Copyright © 2012. All Rights Reserved.