Fig2Java     

Converts GCG fig files to Java source codes!

Fig2Java converts the output of GCG (Genetics ComputerGroup) figure files into two formats. One is the William Chia-Wei Cheng's(UCLA) tgif readable obj files and the other is the Java source codes, which can further be enhanced in a number of ways, e.g., generating the java-imagemap by Jim Graham's(Sun MycroSystem) ImageMap utility.

Usage:

 % Fig2java  in_filename  [ option ]

e.g.  % Fig2java mapplot.fig

The following two files are created.

mapplot_1.html   mapplot_1.java

Then compile the generated java file.  % javac mapplot_1.java
Examples

1. enhanced version
Mapplot Source code Mapplot2.java
Dotplot Source code Dotplot2.java
Pepplot Source code Pepplot2.java

2. original version
Mapplot Source code mapplot_1.java
Dotplot Source code dotplot_1.java
Pepplot Source code pepplot_1.java

Down load Fig2java from here


Contact: Nobuyuki Miyajima
Kazusa DNA Research Institute Department of Genome Informatics, 1532-3 Yana, Kisarazu, Chiba 292, Japan TEL: +81-438-52-3917 FAX: +81-438-52-3918
E-mail: miyajima@kazusa.or.jp
Last Upated:11th December,1996.