Uses of Class
net.ajaest.jdk.data.auxi.AllowedStrokeClueEnum

Packages that use AllowedStrokeClueEnum
net.ajaest.jdk.data.auxi contains specific JavaDiKt's auxiliary classes for data API 
net.ajaest.jdk.tools.parsers contains specific JavaDiKt's tools to parse kanji information from files 
 

Uses of AllowedStrokeClueEnum in net.ajaest.jdk.data.auxi
 

Fields in net.ajaest.jdk.data.auxi declared as AllowedStrokeClueEnum
private  AllowedStrokeClueEnum KanjiStrokeClue.strokeClue
           
 

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

Constructors in net.ajaest.jdk.data.auxi with parameters of type AllowedStrokeClueEnum
KanjiStrokeClue(java.lang.Integer first, java.lang.Integer second, AllowedStrokePointEnum firstStrokePoint, AllowedStrokePointEnum secondStrokePoint, AllowedStrokeClueEnum strokeClue, java.lang.Integer unicodeRef)
           
 

Uses of AllowedStrokeClueEnum in net.ajaest.jdk.tools.parsers
 

Methods in net.ajaest.jdk.tools.parsers that return AllowedStrokeClueEnum
private  AllowedStrokeClueEnum StrokeOrderParser.solveStrokeClue(java.lang.String first, java.lang.String clue, java.lang.String second)