📄 ean128b.java
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2007-11-23 16:17:25
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: EAN128B.java
package com.bokai.barcodes;
// Referenced classes of package com.bokai.barcodes:
// EAN128, Barcode, BarcodeSpec, CharDef
class EAN128B extends EAN128
{
EAN128B()
{
super.bdType = 19;
super.bdTypeName = "EAN/UCC-128 B";
super.bdStyle = 45850;
super.bdLongBars = 0;
super.bdCharBitNum = 6;
super.bdCharNum = 103;
super.bdTextLen = 0;
super.bdCentralCharInd = 0;
super.bdBarExtNum = 4;
super.bdBarExt = (new byte[] {
1, 2, 3, 4
});
super.bdSpaceExtNum = 4;
super.bdSpaceExt = (new byte[] {
1, 2, 3, 4
});
super.bdInterCharExt = 0;
super.bdLeftMargin = 6;
super.bdTopMargin = 1;
super.bdRightMargin = 6;
super.bdBottomMargin = 1;
super.bdCentralMargin = 0;
super.bdCharset = (new CharDef[][] {
EAN128._chardef_ean128_a, EAN128._chardef_ean128_b, EAN128._chardef_ean128_c
});
super.bdCharsetSel = null;
super.bdStyle2 = 0;
super.bdTextLen2 = 0;
super.bdCharset2 = null;
super.bdCharsetSel2 = null;
}
CharDef calcCharDef(CharDef achardef[][], byte abyte0[], char ac[], int i)
{
return EAN128.s_C128CharDef(1, achardef, ac, 0, i);
}
char calcCheckChar(char ac[], int i)
{
return EAN128.s_C128CheckChar(1, true, ac, 0, i);
}
static final String name = "EAN/UCC-128 B";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -