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

Packages that use HanyuPinyinCaseType
net.sourceforge.pinyin4j.format   
 

Uses of HanyuPinyinCaseType in net.sourceforge.pinyin4j.format
 

Fields in net.sourceforge.pinyin4j.format declared as HanyuPinyinCaseType
private  HanyuPinyinCaseType HanyuPinyinOutputFormat.caseType
           
static HanyuPinyinCaseType HanyuPinyinCaseType.LOWERCASE
          The option indicates that hanyu pinyin is outputted as lowercase letters
static HanyuPinyinCaseType HanyuPinyinCaseType.UPPERCASE
          The option indicates that hanyu pinyin is outputted as uppercase letters
 

Methods in net.sourceforge.pinyin4j.format that return HanyuPinyinCaseType
 HanyuPinyinCaseType HanyuPinyinOutputFormat.getCaseType()
          Returns the output cases of Hanyu Pinyin characters
 

Methods in net.sourceforge.pinyin4j.format with parameters of type HanyuPinyinCaseType
 void HanyuPinyinOutputFormat.setCaseType(HanyuPinyinCaseType caseType)
          Define the output cases of Hanyu Pinyin characters