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

Packages that use HanyuPinyinToneType
net.sourceforge.pinyin4j.format   
 

Uses of HanyuPinyinToneType in net.sourceforge.pinyin4j.format
 

Fields in net.sourceforge.pinyin4j.format declared as HanyuPinyinToneType
private  HanyuPinyinToneType HanyuPinyinOutputFormat.toneType
           
static HanyuPinyinToneType HanyuPinyinToneType.WITH_TONE_MARK
          The option indicates that hanyu pinyin is outputted with tone marks
static HanyuPinyinToneType HanyuPinyinToneType.WITH_TONE_NUMBER
          The option indicates that hanyu pinyin is outputted with tone numbers
static HanyuPinyinToneType HanyuPinyinToneType.WITHOUT_TONE
          The option indicates that hanyu pinyin is outputted without tone numbers or tone marks
 

Methods in net.sourceforge.pinyin4j.format that return HanyuPinyinToneType
 HanyuPinyinToneType HanyuPinyinOutputFormat.getToneType()
          Returns the output format of Chinese tones
 

Methods in net.sourceforge.pinyin4j.format with parameters of type HanyuPinyinToneType
 void HanyuPinyinOutputFormat.setToneType(HanyuPinyinToneType toneType)
          Define the output format of Chinese tones