|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bx6GScreenProfile.ScreenMatrixType | |
---|---|
onbon.bx06 | BX 六代卡函数库。 使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
onbon.bx06.utils | 通用工具。 |
Uses of Bx6GScreenProfile.ScreenMatrixType in onbon.bx06 |
---|
Methods in onbon.bx06 that return Bx6GScreenProfile.ScreenMatrixType | |
---|---|
Bx6GScreenProfile.ScreenMatrixType |
Bx6GScreenProfile.getMatrixType()
取得双基色点阵类型。 |
static Bx6GScreenProfile.ScreenMatrixType |
Bx6GScreenProfile.ScreenMatrixType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Bx6GScreenProfile.ScreenMatrixType[] |
Bx6GScreenProfile.ScreenMatrixType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in onbon.bx06 with parameters of type Bx6GScreenProfile.ScreenMatrixType | |
---|---|
void |
Bx6GScreenProfile.setMatrixType(Bx6GScreenProfile.ScreenMatrixType matrixType)
设定双基色点阵类型。 |
Constructors in onbon.bx06 with parameters of type Bx6GScreenProfile.ScreenMatrixType | |
---|---|
Bx6GScreenProfile(int width,
int height,
Bx6Card bx6Card,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
建构子。 |
Uses of Bx6GScreenProfile.ScreenMatrixType in onbon.bx06.utils |
---|
Methods in onbon.bx06.utils with parameters of type Bx6GScreenProfile.ScreenMatrixType | |
---|---|
static byte[] |
ImageBinary.blank(int width,
int height,
int targetX,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图文转换成 BX05 使用的点阵数据。 |
static byte[] |
ImageBinary.encode(BufferedImage orig,
int targetX,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图文转换成 BX05 使用的点阵数据。 |
static byte[] |
ImageBinary.encode(File file,
int targetX,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图档转换成 BX06 使用的点阵数据。 |
static byte[] |
ImageBinary.encode(File file,
int targetX,
int targetWidth,
int targetHeight,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图档转换成 BX06 使用的点阵数据。 |
static byte[] |
ImageBinary.encode(InputStream is,
int targetX,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图档转换成 BX06 使用的点阵数据。 |
static byte[] |
ImageBinary.encode(InputStream is,
int targetX,
int targetWidth,
int targetHeight,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
根据区域座标将图档转换成 BX06 使用的点阵数据。 |
static byte[] |
ImageBinary.encodeFrame(BufferedImage image,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
将图档转换成 BX06 使用的屏幕边框或区域边框使用的点阵数据。 |
static byte[] |
ImageBinary.encodeFrame(File file,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
将图档转换成 BX06 使用的屏幕边框或区域边框使用的点阵数据。 |
static byte[] |
ImageBinary.encodeFrame(InputStream is,
Bx6GScreenProfile.ScreenColorType colorType,
Bx6GScreenProfile.ScreenMatrixType matrixType)
将图档转换成 BX06 使用的屏幕边框或区域边框使用的点阵数据。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |