类 ZxingTwoDimensionCodeConfig
- java.lang.Object
-
- cn.t.util.media.code.TwoDimensionCodeConfig
-
- cn.t.util.media.code.zxing.ZxingTwoDimensionCodeConfig
-
public class ZxingTwoDimensionCodeConfig extends TwoDimensionCodeConfig
-
-
构造器概要
构造器 构造器 说明 ZxingTwoDimensionCodeConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.google.zxing.BarcodeFormatgetBarcodeFormat()com.google.zxing.qrcode.decoder.ErrorCorrectionLevelgetErrorCorrectionLevel()intgetMargin()voidsetBarcodeFormat(com.google.zxing.BarcodeFormat barcodeFormat)voidsetErrorCorrectionLevel(com.google.zxing.qrcode.decoder.ErrorCorrectionLevel errorCorrectionLevel)voidsetMargin(int margin)-
从类继承的方法 cn.t.util.media.code.TwoDimensionCodeConfig
getCharset, getFormat, getHeight, getWidth, setCharset, setFormat, setHeight, setWidth
-
-
-
-
方法详细资料
-
getErrorCorrectionLevel
public com.google.zxing.qrcode.decoder.ErrorCorrectionLevel getErrorCorrectionLevel()
-
setErrorCorrectionLevel
public void setErrorCorrectionLevel(com.google.zxing.qrcode.decoder.ErrorCorrectionLevel errorCorrectionLevel)
-
getMargin
public int getMargin()
-
setMargin
public void setMargin(int margin)
-
getBarcodeFormat
public com.google.zxing.BarcodeFormat getBarcodeFormat()
-
setBarcodeFormat
public void setBarcodeFormat(com.google.zxing.BarcodeFormat barcodeFormat)
-
-