Uses of Class
zext.plantuml.com.google.zxing.FormatException
Packages that use FormatException
-
Uses of FormatException in zext.plantuml.com.google.zxing
Methods in zext.plantuml.com.google.zxing that return FormatException -
Uses of FormatException in zext.plantuml.com.google.zxing.datamatrix.decoder
Methods in zext.plantuml.com.google.zxing.datamatrix.decoder that throw FormatExceptionModifier and TypeMethodDescriptionstatic Version
Version.getVersionForDimensions
(int numRows, int numColumns) Deduces version information from Data Matrix dimensions. -
Uses of FormatException in zext.plantuml.com.google.zxing.qrcode.decoder
Methods in zext.plantuml.com.google.zxing.qrcode.decoder that throw FormatExceptionModifier and TypeMethodDescriptionstatic Version
Version.getProvisionalVersionForDimension
(int dimension) Deduces version information purely from QR Code dimensions.