FreeHEP API
Version current

org.freehep.graphics2d.font
Class CharTableConverter

java.lang.Object
  extended byorg.freehep.graphics2d.font.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 2005/01/03 21:22:23 duns Exp $
Author:
Sami Kama
Source Code:
CharTableConverter.java

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
Throws:
Exception

putMethods

public void putMethods()
                throws Exception
Throws:
Exception

openFiles

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

convertTxtToHash

public void convertTxtToHash()
                      throws Exception
Throws:
Exception

main

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.