Uses of Class
com.google.zxing.oned.rss.FinderPattern
Packages that use FinderPattern
-
Uses of FinderPattern in com.google.zxing.oned.rss
Fields in com.google.zxing.oned.rss declared as FinderPatternMethods in com.google.zxing.oned.rss that return FinderPatternModifier and TypeMethodDescription(package private) FinderPatternPair.getFinderPattern()private FinderPatternRSS14Reader.parseFoundFinderPattern(BitArray row, int rowNumber, boolean right, int[] startEnd) Methods in com.google.zxing.oned.rss with parameters of type FinderPatternModifier and TypeMethodDescriptionprivate DataCharacterRSS14Reader.decodeDataCharacter(BitArray row, FinderPattern pattern, boolean outsideChar) Constructors in com.google.zxing.oned.rss with parameters of type FinderPatternModifierConstructorDescription(package private)Pair(int value, int checksumPortion, FinderPattern finderPattern) -
Uses of FinderPattern in com.google.zxing.oned.rss.expanded
Fields in com.google.zxing.oned.rss.expanded declared as FinderPatternMethods in com.google.zxing.oned.rss.expanded that return FinderPatternModifier and TypeMethodDescription(package private) FinderPatternExpandedPair.getFinderPattern()private FinderPatternRSSExpandedReader.parseFoundFinderPattern(BitArray row, int rowNumber, boolean oddPattern, List<ExpandedPair> previousPairs) Methods in com.google.zxing.oned.rss.expanded with parameters of type FinderPatternModifier and TypeMethodDescription(package private) DataCharacterRSSExpandedReader.decodeDataCharacter(BitArray row, FinderPattern pattern, boolean isOddPattern, boolean leftChar) private static booleanRSSExpandedReader.isNotA1left(FinderPattern pattern, boolean isOddPattern, boolean leftChar) Constructors in com.google.zxing.oned.rss.expanded with parameters of type FinderPatternModifierConstructorDescription(package private)ExpandedPair(DataCharacter leftChar, DataCharacter rightChar, FinderPattern finderPattern)