FreeHEP API
Version v1.2

org.freehep.graphicsio.font.encoding
Class CharTableConverter

java.lang.Object
  |
  +--org.freehep.graphicsio.font.encoding.CharTableConverter

public class CharTableConverter
extends Object

CharTableConverter class generates java files from given unicode formatted txt file to use with Lookup class. Usage java CharTableConverter encoding.unicode.txt [encoding type]

Version:
$Id: CharTableConverter.java,v 1.1 2001/11/29 01:45:27 duns Exp $
Author:
Sami Kama

Constructor Summary
CharTableConverter()
           
 
Method Summary
 void convertTxtToHash()
           
static void main(String[] args)
           
 void openFiles(String txtName, String enc)
           
 void putHeaders()
           
 void putMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharTableConverter

public CharTableConverter()
Method Detail

putHeaders

public void putHeaders()
                throws Exception
Exception

putMethods

public void putMethods()
                throws Exception
Exception

openFiles

public void openFiles(String txtName,
                      String enc)
               throws Exception
Exception

convertTxtToHash

public void convertTxtToHash()
                      throws Exception
Exception

main

public static void main(String[] args)
                 throws Exception
Exception

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.