Uses of Class
eu.webtoolkit.jwt.thirdparty.qrcodegen.QrSegment
Packages that use QrSegment
-
Uses of QrSegment in eu.webtoolkit.jwt.thirdparty.qrcodegen
Methods in eu.webtoolkit.jwt.thirdparty.qrcodegen that return QrSegmentModifier and TypeMethodDescriptionstatic QrSegmentQrSegment.makeAlphanumeric(String text) static QrSegmentstatic QrSegmentQrSegment.makeEci(long assignVal) static QrSegmentQrSegment.makeNumeric(String digits) Methods in eu.webtoolkit.jwt.thirdparty.qrcodegen that return types with arguments of type QrSegmentMethod parameters in eu.webtoolkit.jwt.thirdparty.qrcodegen with type arguments of type QrSegmentModifier and TypeMethodDescriptionstatic final QrCodeQrCode.encodeSegments(List<QrSegment> segs, Ecc ecl) static final QrCodeQrCode.encodeSegments(List<QrSegment> segs, Ecc ecl, int minVersion) static final QrCodeQrCode.encodeSegments(List<QrSegment> segs, Ecc ecl, int minVersion, int maxVersion) static final QrCodeQrCode.encodeSegments(List<QrSegment> segs, Ecc ecl, int minVersion, int maxVersion, int mask) static QrCodeQrCode.encodeSegments(List<QrSegment> segs, Ecc ecl, int minVersion, int maxVersion, int mask, boolean boostEcl) static intQrSegment.getTotalBits(List<QrSegment> segs, int version)