Package | Description |
---|---|
onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
onbon.bx05.utils |
通用工具。
|
Modifier and Type | Method and Description |
---|---|
Bx5GScreenProfile.ScreenMatrixType |
Bx5GScreenProfile.getMatrixType()
取得双基色点阵类型。
|
static Bx5GScreenProfile.ScreenMatrixType |
Bx5GScreenProfile.ScreenMatrixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bx5GScreenProfile.ScreenMatrixType[] |
Bx5GScreenProfile.ScreenMatrixType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Bx5GScreenProfile.setMatrixType(Bx5GScreenProfile.ScreenMatrixType matrixType)
设定双基色点阵类型。
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ImageBinary.encode(BufferedImage orig,
int targetX,
Bx5GScreenProfile.ScreenColorType colorType,
Bx5GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图文转换成 BX05 使用的点阵数据。
|
static byte[] |
ImageBinary.encode(File file,
int targetX,
int targetWidth,
int targetHeight,
Bx5GScreenProfile.ScreenColorType colorType,
Bx5GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图档转换成 BX05 使用的点阵数据。
|
static byte[] |
ImageBinary.encodeColorRG(BufferedImage orig,
int targetX,
Bx5GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图文转换成 BX05 使用的点阵数据。
|
static byte[] |
ImageBinary.encodeFrame(BufferedImage image,
Bx5GScreenProfile.ScreenColorType colorType,
Bx5GScreenProfile.ScreenMatrixType matrixType)
将图档转换成 BX05 使用的屏幕边框或区域边框使用的点阵数据。
|
static byte[] |
ImageBinary.encodeFrame(File file,
Bx5GScreenProfile.ScreenColorType colorType,
Bx5GScreenProfile.ScreenMatrixType matrixType)
将图档转换成 BX05 使用的屏幕边框或区域边框使用的点阵数据。
|
Copyright © 2020 onbon4j. All rights reserved.