|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.utils.WordBinary.WordInfo
public static class WordBinary.WordInfo
字模资讯。
Field Summary | |
---|---|
byte[] |
data
位元组。 |
int |
height
高度。 |
int |
pixelWidth
点阵宽度。 |
int |
width
宽度。 |
Constructor Summary | |
---|---|
WordBinary.WordInfo(byte[] full)
建构子。 |
|
WordBinary.WordInfo(int width,
int height,
int pixelWidth,
byte[] data)
建构子。 |
Method Summary | |
---|---|
byte[] |
full()
完整数据。 |
void |
reverse()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int width
public final int pixelWidth
public final int height
public final byte[] data
Constructor Detail |
---|
public WordBinary.WordInfo(byte[] full)
full
- 数据。public WordBinary.WordInfo(int width, int height, int pixelWidth, byte[] data)
width
- 宽度。height
- 高度。pixelWidth
- 点阵宽度。data
- 字模数据。Method Detail |
---|
public byte[] full()
public void reverse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |