onbon.bx06.utils
Class WordBinary.WordInfo

java.lang.Object
  extended by onbon.bx06.utils.WordBinary.WordInfo
Enclosing class:
WordBinary

public static class WordBinary.WordInfo
extends Object

字模资讯。

Author:
ONBON

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

width

public final int width
宽度。


pixelWidth

public final int pixelWidth
点阵宽度。


height

public final int height
高度。


data

public final byte[] data
位元组。

Constructor Detail

WordBinary.WordInfo

public WordBinary.WordInfo(byte[] full)
建构子。

Parameters:
full - 数据。

WordBinary.WordInfo

public WordBinary.WordInfo(int width,
                           int height,
                           int pixelWidth,
                           byte[] data)
建构子。

Parameters:
width - 宽度。
height - 高度。
pixelWidth - 点阵宽度。
data - 字模数据。
Method Detail

full

public byte[] full()
完整数据。

Returns:
数据。

reverse

public void reverse()


Copyright © 2020 onbon. All rights reserved.