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

Packages that use AllowedStrokeLineEnum
net.ajaest.data.auxi   
net.ajaest.data.dict   
net.ajaest.data.kanji   
net.ajaest.lib.swing.util   
net.ajaest.tools   
net.ajaest.tools.parsers   
net.ajaest.tools.test.data.auxi   
net.ajaest.tools.test.data.dict   
 

Uses of AllowedStrokeLineEnum in net.ajaest.data.auxi
 

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

Methods in net.ajaest.data.auxi 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.auxi that return types with arguments of type AllowedStrokeLineEnum
 java.util.List<AllowedStrokeLineEnum> KanjiStroke.getStrokeList()
           
 

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

Uses of AllowedStrokeLineEnum in net.ajaest.data.dict
 

Fields in net.ajaest.data.dict with type parameters of type AllowedStrokeLineEnum
private  OrderedSequenceTree<AllowedStrokeLineEnum,KanjiGraph> NeodatisKanjiDatabaseManager.graphTree
           
 

Methods in net.ajaest.data.dict that return types with arguments of type AllowedStrokeLineEnum
private  java.util.List<AllowedStrokeLineEnum> NeodatisKanjiDatabaseManager.getLineSequence(KanjiGraph kg)
           
 OrderedSequenceTree<AllowedStrokeLineEnum,KanjiGraph> NeodatisKanjiDatabaseManager.getStrokeTree()
          Returns the current kanji database stroke order sequence tree.
 

Uses of AllowedStrokeLineEnum in net.ajaest.data.kanji
 

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

Uses of AllowedStrokeLineEnum in net.ajaest.lib.swing.util
 

Methods in net.ajaest.lib.swing.util that return AllowedStrokeLineEnum
static AllowedStrokeLineEnum JLineDraw.lineToAsteriskModel(java.awt.geom.Line2D line)
           
 

Methods in net.ajaest.lib.swing.util that return types with arguments of type AllowedStrokeLineEnum
 java.util.List<AllowedStrokeLineEnum> JLineDraw.getAsteriskModel()
           
 

Uses of AllowedStrokeLineEnum in net.ajaest.tools
 

Fields in net.ajaest.tools with type parameters of type AllowedStrokeLineEnum
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_A
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_B
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_C
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_D
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_E
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_F
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_G
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_H
           
private static java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.simil_I
           
 

Methods in net.ajaest.tools that return types with arguments of type AllowedStrokeLineEnum
private  java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.demuxLine(AllowedStrokeLineEnum asl)
           
private  java.util.Set<java.util.List<AllowedStrokeLineEnum>> SimilarKanjiStrokeMapBuilder.expandLines(java.util.Set<java.util.List<AllowedStrokeLineEnum>> lines, java.util.Set<AllowedStrokeLineEnum> demuxedLine)
           
 

Methods in net.ajaest.tools with parameters of type AllowedStrokeLineEnum
private  java.util.Set<AllowedStrokeLineEnum> SimilarKanjiStrokeMapBuilder.demuxLine(AllowedStrokeLineEnum asl)
           
 

Method parameters in net.ajaest.tools with type arguments of type AllowedStrokeLineEnum
private  java.util.Set<java.util.List<AllowedStrokeLineEnum>> SimilarKanjiStrokeMapBuilder.expandLines(java.util.Set<java.util.List<AllowedStrokeLineEnum>> lines, java.util.Set<AllowedStrokeLineEnum> demuxedLine)
           
private  java.util.Set<java.util.List<AllowedStrokeLineEnum>> SimilarKanjiStrokeMapBuilder.expandLines(java.util.Set<java.util.List<AllowedStrokeLineEnum>> lines, java.util.Set<AllowedStrokeLineEnum> demuxedLine)
           
private  java.util.Set<KanjiStroke> SimilarKanjiStrokeMapBuilder.translateToKanjiStroke(java.util.Set<java.util.List<AllowedStrokeLineEnum>> lines, KanjiStroke ks)
           
 

Uses of AllowedStrokeLineEnum in net.ajaest.tools.parsers
 

Methods in net.ajaest.tools.parsers that return AllowedStrokeLineEnum
private  AllowedStrokeLineEnum StrokeOrderParser.solveStrokeType(char c)
           
 

Uses of AllowedStrokeLineEnum in net.ajaest.tools.test.data.auxi
 

Fields in net.ajaest.tools.test.data.auxi with type parameters of type AllowedStrokeLineEnum
(package private)  OrderedSequenceTree<AllowedStrokeLineEnum,java.lang.Integer> testOrderedSequenceTree.ost
           
(package private)  OrderedSequenceTree<AllowedStrokeLineEnum,java.lang.Integer> testOrderedSequenceTree.temp
           
 

Methods in net.ajaest.tools.test.data.auxi that return types with arguments of type AllowedStrokeLineEnum
static java.util.List<AllowedStrokeLineEnum> testOrderedSequenceTree.getLineSequence(KanjiGraph kg)
           
 

Method parameters in net.ajaest.tools.test.data.auxi with type arguments of type AllowedStrokeLineEnum
 void testOrderedSequenceTree.printSequenceTree(OrderedSequenceTree<AllowedStrokeLineEnum,java.lang.Integer> st)
           
 

Uses of AllowedStrokeLineEnum in net.ajaest.tools.test.data.dict
 

Methods in net.ajaest.tools.test.data.dict that return types with arguments of type AllowedStrokeLineEnum
private  java.util.List<AllowedStrokeLineEnum> testKanjiDict.getLineSequence(KanjiGraph kg)