📄 calcchardefstate.java
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2007-11-23 16:17:23
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: CalcCharDefState.java
package com.bokai.barcodes;
class CalcCharDefState
{
public CalcCharDefState()
{
}
public int getBarStyle()
{
return barStyle;
}
public int getBitIndex()
{
return bitIndex;
}
public int getCharIndex()
{
return charIndex;
}
public int getState()
{
return state;
}
public void setAll(int i, int j, int k, int l)
{
charIndex = i;
bitIndex = j;
state = k;
barStyle = l;
}
int charIndex;
int bitIndex;
int state;
int barStyle;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -