org.freehep.graphics2d.font.encoding
Class CharTableConverter

java.lang.Object
  extended by org.freehep.graphics2d.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 8584 2006-08-10 23:06:37Z duns $
Author:
Sami Kama

Constructor Summary
CharTableConverter()
           
 
Method Summary
 void convertTxtToHash(String encoding)
           
static void main(String[] args)
           
 void openFiles(File in, String outName)
           
 void putHeaders(String pkg, String className)
           
 void putMethods(String encoding, String tableName)
           
 
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(String pkg,
                       String className)
                throws Exception
Throws:
Exception

putMethods

public void putMethods(String encoding,
                       String tableName)
                throws Exception
Throws:
Exception

openFiles

public void openFiles(File in,
                      String outName)
               throws Exception
Throws:
Exception

convertTxtToHash

public void convertTxtToHash(String encoding)
                      throws Exception
Throws:
Exception

main

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


Copyright © 2011. All Rights Reserved.