FreeHEP API
Version current

org.freehep.graphics2d.font
Class FontEncoder

java.lang.Object
  extended byorg.freehep.graphics2d.font.FontEncoder

public class FontEncoder
extends Object

Source Code:
FontEncoder.java

Method Summary
static String getEncodedString(String string, CharTable charTable)
          Returns an unicode encoded string from an ascii encoded string, using the supplied table.
static String getEncodedString(String string, String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEncodedString

public static String getEncodedString(String string,
                                      String tableName)

getEncodedString

public static String getEncodedString(String string,
                                      CharTable charTable)
Returns an unicode encoded string from an ascii encoded string, using the supplied table.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.