|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllowedStrokePointEnum | |
---|---|
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 AllowedStrokePointEnum in net.ajaest.jdk.data.auxi |
---|
Fields in net.ajaest.jdk.data.auxi declared as AllowedStrokePointEnum | |
---|---|
private AllowedStrokePointEnum |
KanjiStrokeClue.firstStrokePoint
|
private AllowedStrokePointEnum |
KanjiStrokeClue.secondStrokePoint
|
Methods in net.ajaest.jdk.data.auxi that return AllowedStrokePointEnum | |
---|---|
AllowedStrokePointEnum |
KanjiStrokeClue.getFirstStrokePoint()
|
AllowedStrokePointEnum |
KanjiStrokeClue.getSecondStrokePoint()
|
static AllowedStrokePointEnum |
AllowedStrokePointEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AllowedStrokePointEnum[] |
AllowedStrokePointEnum.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 AllowedStrokePointEnum | |
---|---|
KanjiStrokeClue(java.lang.Integer first,
java.lang.Integer second,
AllowedStrokePointEnum firstStrokePoint,
AllowedStrokePointEnum secondStrokePoint,
AllowedStrokeClueEnum strokeClue,
java.lang.Integer unicodeRef)
|
Uses of AllowedStrokePointEnum in net.ajaest.jdk.tools.parsers |
---|
Methods in net.ajaest.jdk.tools.parsers that return AllowedStrokePointEnum | |
---|---|
private AllowedStrokePointEnum |
StrokeOrderParser.solveStrokePoint(java.lang.String string)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |