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

Packages that use HanyuPinyinVCharType
net.sourceforge.pinyin4j.format   
 

Uses of HanyuPinyinVCharType in net.sourceforge.pinyin4j.format
 

Fields in net.sourceforge.pinyin4j.format declared as HanyuPinyinVCharType
private  HanyuPinyinVCharType HanyuPinyinOutputFormat.vCharType
           
static HanyuPinyinVCharType HanyuPinyinVCharType.WITH_U_AND_COLON
          The option indicates that the output of 'ü' is "u:"
static HanyuPinyinVCharType HanyuPinyinVCharType.WITH_U_UNICODE
          The option indicates that the output of 'ü' is "ü" in Unicode form
static HanyuPinyinVCharType HanyuPinyinVCharType.WITH_V
          The option indicates that the output of 'ü' is "v"
 

Methods in net.sourceforge.pinyin4j.format that return HanyuPinyinVCharType
 HanyuPinyinVCharType HanyuPinyinOutputFormat.getVCharType()
          Returns output format of character 'ü'
 

Methods in net.sourceforge.pinyin4j.format with parameters of type HanyuPinyinVCharType
 void HanyuPinyinOutputFormat.setVCharType(HanyuPinyinVCharType charType)
          Define the output format of character 'ü'