org.freehep.graphics2d.font
Class FontEncoder

java.lang.Object
  extended by org.freehep.graphics2d.font.FontEncoder

public class FontEncoder
extends java.lang.Object


Method Summary
static java.lang.String getEncodedString(java.lang.String string, CharTable charTable)
          Returns an unicode encoded string from an ascii encoded string, using the supplied table.
static java.lang.String getEncodedString(java.lang.String string, java.lang.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 java.lang.String getEncodedString(java.lang.String string,
                                                java.lang.String tableName)

getEncodedString

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



Copyright © 2000-2007 FreeHEP. All Rights Reserved.