org.eclipse.emf.codegen.util
Class GIFEmitter
java.lang.Object
org.eclipse.emf.codegen.util.GIFEmitter
- public class GIFEmitter
- extends Object
Colourizes grey-scale icons, such as the Item.gif and CreateChild.gif icons generated with EMF.Edit item providers.
Such icons can include one or two different grey scales to be colourized.
- Since:
- 2.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputFile
protected String inputFile
tableOffset1
protected static final int tableOffset1
- See Also:
- Constant Field Values
tableOffset2
protected static final int tableOffset2
- See Also:
- Constant Field Values
GIFEmitter
public GIFEmitter(String inputFile)
code
protected int code(String code)
generateGIF
public byte[] generateGIF(String key1,
String key2)
getContents
protected int getContents(byte[] content,
String gifFile)
throws JETException,
IOException
- Throws:
JETException
IOException