|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |