Uses of Class
net.ajaest.data.kanji.AllowedStrokeLineEnum

Packages that use AllowedStrokeLineEnum
net.ajaest.data.kanji   
 

Uses of AllowedStrokeLineEnum in net.ajaest.data.kanji
 

Fields in net.ajaest.data.kanji with type parameters of type AllowedStrokeLineEnum
private  java.util.List<AllowedStrokeLineEnum> KanjiStroke.strokeList
           
 

Methods in net.ajaest.data.kanji that return AllowedStrokeLineEnum
static AllowedStrokeLineEnum AllowedStrokeLineEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AllowedStrokeLineEnum[] AllowedStrokeLineEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ajaest.data.kanji that return types with arguments of type AllowedStrokeLineEnum
 java.util.List<AllowedStrokeLineEnum> KanjiStroke.getStrokeList()
           
 

Constructor parameters in net.ajaest.data.kanji with type arguments of type AllowedStrokeLineEnum
KanjiStroke(java.util.List<AllowedStrokeLineEnum> strokeList, java.lang.Integer unicodeRef)