Uses of Class
net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat

Packages that use HanyuPinyinOutputFormat
net.sourceforge.pinyin4j   
 

Uses of HanyuPinyinOutputFormat in net.sourceforge.pinyin4j
 

Methods in net.sourceforge.pinyin4j with parameters of type HanyuPinyinOutputFormat
(package private) static java.lang.String PinyinFormatter.formatHanyuPinyin(java.lang.String pinyinStr, HanyuPinyinOutputFormat outputFormat)
           
private static java.lang.String PinyinHelper.getFirstHanyuPinyinString(char ch, HanyuPinyinOutputFormat outputFormat)
          Deprecated. DO NOT use it again because the first retrived pinyin string may be a wrong pronouciation in a certain sentence context. This function will be removed in next release.
private static java.lang.String[] PinyinHelper.getFormattedHanyuPinyinStringArray(char ch, HanyuPinyinOutputFormat outputFormat)
          Return the formatted Hanyu Pinyin representations of the given Chinese character (both in Simplified and Tranditional) in array format.
static java.lang.String PinyinHelper.toHanyuPinyinString(java.lang.String str, HanyuPinyinOutputFormat outputFormat, java.lang.String seperater)
          Deprecated. DO NOT use it again because the first retrived pinyin string may be a wrong pronouciation in a certain sentence context. This interface will be removed in next release.
static java.lang.String[] PinyinHelper.toHanyuPinyinStringArray(char ch, HanyuPinyinOutputFormat outputFormat)
          Get all Hanyu Pinyin presentations of a single Chinese character (both Simplified and Tranditional)