Uses of Class
org.eclipse.emf.codegen.util.GIFEmitter

Packages that use GIFEmitter
org.eclipse.emf.codegen.ecore.generator   
 

Uses of GIFEmitter in org.eclipse.emf.codegen.ecore.generator
 

Fields in org.eclipse.emf.codegen.ecore.generator declared as GIFEmitter
protected  GIFEmitter[] AbstractGeneratorAdapter.gifEmitters
          All the GIFEmitters used by this adapter.
 

Methods in org.eclipse.emf.codegen.ecore.generator that return GIFEmitter
protected  GIFEmitter AbstractGeneratorAdapter.getGIFEmitter(String[] inputPathNames, int id)
          Returns the GIFEmitter for the input path name at the index specified by id in the given array.
protected  GIFEmitter AbstractGeneratorAdapter.createGIFEmitter(String inputPathName)
          Creates a GIFEmitter based on the image at the give template-path-relative file name.
 

Methods in org.eclipse.emf.codegen.ecore.generator with parameters of type GIFEmitter
protected  void AbstractGeneratorAdapter.generateGIF(String targetPathName, GIFEmitter gifEmitter, String parentKey, String childKey, boolean overwrite, Monitor monitor)
          Generates an icon using a GIFEmitter to colourize a grey-scale GIF image.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.