跳过导航链接
B C D E F G H I L M N P R S T V X Y 

B

BdmpGeneConfig - com.github.cosycode.bdmp中的类
Description : 二进制图片配置类, 用于作为生成 bit-data-map 时的配置依据 created in 2020/5/19
BdmpGeneConfig() - 类 的构造器com.github.cosycode.bdmp.BdmpGeneConfig
 
BdmpGeneInfo - com.github.cosycode.bdmp中的类
Description : Pixel 图片生成信息对象, 在生成信息时传入此对象.
BdmpGeneInfo(BdmpGeneConfig, BdmpSource) - 类 的构造器com.github.cosycode.bdmp.BdmpGeneInfo
根据配置和源生成Bdmp图片操作参考对象, 该对象用于确定生成图片的尺寸, 有效区位置等
BdmpHandle - com.github.cosycode.bdmp中的类
Description : 生成 Bdmp 图片工具类.
BdmpHandle() - 类 的构造器com.github.cosycode.bdmp.BdmpHandle
 
BdmpHeader - com.github.cosycode.bdmp中的类
Description : 头实体信息 created in 2020/5/21
BdmpHeader() - 类 的构造器com.github.cosycode.bdmp.BdmpHeader
 
bdmpHeader - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
bdmpHeader - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 
BdmpRecCngInfo - com.github.cosycode.bdmp中的类
Description : 像素图片识别出的配置信息 created in 2020/11/18
BdmpRecCngInfo() - 类 的构造器com.github.cosycode.bdmp.BdmpRecCngInfo
 
BdmpRecInfo - com.github.cosycode.bdmp中的类
Description : 用于存放像素图片识别后的信息 created in 2020/11/10
BdmpRecInfo() - 类 的构造器com.github.cosycode.bdmp.BdmpRecInfo
 
BdmpRecognizer - com.github.cosycode.bdmp中的类
Description : 解析二进制图片工具类 created in 2020/5/19
BdmpRecognizer() - 类 的构造器com.github.cosycode.bdmp.BdmpRecognizer
 
BdmpSource - com.github.cosycode.bdmp中的类
Description : 图片源 created in 2020/11/18
BdmpSource(BdmpSource.SourceType, String, SupplierWithThrow<byte[], IOException>) - 类 的构造器com.github.cosycode.bdmp.BdmpSource
 
BdmpSource.SourceType - com.github.cosycode.bdmp中的枚举
源类型: {文件地址, 网络地址, 二进制流, 剪贴板}
BdmpUtils - com.github.cosycode.bdmp中的类
Description : 图片工具类 created in 2020/5/21
BdmpUtils() - 类 的构造器com.github.cosycode.bdmp.BdmpUtils
 
bitCnt - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
像素bit基数
bitCnt - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
bitCnt - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 
byteModal - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
byteModal - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 

C

check() - 类 中的方法com.github.cosycode.bdmp.BdmpRecInfo
检查文件MD5值
checkWithThrow() - 类 中的方法com.github.cosycode.bdmp.BdmpGeneConfig
 
checkWithThrow() - 类 中的方法com.github.cosycode.bdmp.BdmpSource
 
com.github.cosycode.bdmp - 程序包 com.github.cosycode.bdmp
 
concatByte(int, byte[], int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
将一个byte数组, 按照进制基数, 转换为另一个byte数组 eg: 当powOf2 为4, 将 [bbbbbbbb] 转换为 [0000bbbb, 0000bbbb], b代表有含义的数
content - 类 中的变量com.github.cosycode.bdmp.BdmpSource
源内容
contentLength - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
文件内容长度 8 * 8
contentLength - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
contentLength - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 
contentMd5 - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
MD5值
convertBdmpToFile(String, String) - 类 中的静态方法com.github.cosycode.bdmp.BdmpHandle
将路径指向的 Bdmp 转换为文件并存储到指定文件夹
convertByte(int, byte[], int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
将一个byte数组, 按照进制基数, 转换为另一个byte数组 eg: 当powOf2 为4, 将 [bbbbbbbb] 转换为 [0000bbbb, 0000bbbb], b代表有含义的数
convertFileToBdmp(File, int, int, int, byte) - 类 中的静态方法com.github.cosycode.bdmp.BdmpHandle
生成图片宽度为 2 * borderLength +
convertFileToBdmp(String, String, int, int, int, byte) - 类 中的静态方法com.github.cosycode.bdmp.BdmpHandle
 
convertFileToBdmp(String, int, int, int, byte) - 类 中的静态方法com.github.cosycode.bdmp.BdmpHandle
 

D

dataSupplier - 类 中的变量com.github.cosycode.bdmp.BdmpSource
 
deCode(int[], int[], int) - 类 中的静态方法com.github.cosycode.bdmp.PixelPngReader
将一段整形数据 按规则 解析成一个整数
deCodeToByte(int, byte[]) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
将 byte 数组 按 powOf2 bit 整合数组 eg: 当powOf2 为4, 将 [0000bbbb, 0000bbbb] 转换为 [bbbbbbbb], b代表有含义的数
deCodeToByte(int[]) - 类 中的方法com.github.cosycode.bdmp.PixelPngReader
将从图片上面读取到的整型的rgb值转换为具体的byte数组
distinguish() - 类 中的方法com.github.cosycode.bdmp.BdmpRecognizer
识别图片定位区
doDrawer(int[]) - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制像素
doDrawPixel(Color) - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制像素
drawArea - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
绘制区域
drawBackground() - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制背景
drawContent(BdmpGeneInfo) - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制图片内容
drawer(byte[]) - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
将 byte 数组绘制到图片上
drawer(byte[], int) - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
将 byte 从0开始len长度的数组绘制到图片上
drawerPosition() - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制背景, 以及定位区, 定位区为黑色白色像素相间交替围成的一个矩形.

E

encrypt2ToMd5(byte[]) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
 
enTime - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
加压时间

F

file2Byte(File) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
将文件转换成byte数组
fileContent - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
fileContent - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 
findLeftTopPointFromSidePixel(int) - 类 中的方法com.github.cosycode.bdmp.BdmpRecognizer
通过斜边切入点找到该绘制区域(可能是绘制区域)的左上方的点 (r, r) 是当前切入的点
findXYArr(BdmpRecCngInfo) - 类 中的方法com.github.cosycode.bdmp.BdmpRecognizer
寻找 XArr, YArr XArr: x轴每一个像素点阵中的平均值 yArr: y轴每一个像素点阵中的平均值
fromJson(String) - 类 中的静态方法com.github.cosycode.bdmp.BdmpHeader
 

G

g2 - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
绘图对象
geneByClipboard(String, byte[]) - 类 中的静态方法com.github.cosycode.bdmp.BdmpSource
 
geneByFile(File) - 类 中的静态方法com.github.cosycode.bdmp.BdmpSource
 
geneRatePixelPng(BdmpGeneInfo) - 类 中的静态方法com.github.cosycode.bdmp.PixelPngDrawer
 
getContent() - 类 中的方法com.github.cosycode.bdmp.BdmpSource
 
getPxType(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
获取不同种类的像素数量

H

header - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
文件头

I

image - 类 中的变量com.github.cosycode.bdmp.BdmpRecognizer
图片
image - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
绘制图片对象
image - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
 
imageHeight - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
图片高度
imageWidth - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
图片宽度
init() - 类 中的方法com.github.cosycode.bdmp.PixelPngReader
读取初始化数据
isBlack(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
判断定位区像素是否是黑色
isBorderVal(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
判断定位区像素是否是白色或黑色
isGray(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
判断定位区像素是否是黑色
isNearColor(int, int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
判断两个像素是否相近
isTrue(boolean, String, Object...) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
copy by Validate.isTrue(boolean, String, Object...)
isWhite(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
判断定位区像素是否是白色

L

leftBottomPoint - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
左下方标记点
leftTopPoint - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
左上方标记点
load(String) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
从系统中加载图片

M

mappingColor - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
映射颜色
mappingColor - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
绘制像素颜色映射数组
marginLen - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
上右下左的边缘宽度(灰色)

N

name - 类 中的变量com.github.cosycode.bdmp.BdmpSource
图片源名称, 如果源是文件的话, 那么此处为文件的名字
no - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
读取像素位置(用于计算下次读取位置)
num - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
写到第几个像素

P

param - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
 
PixelPngDrawer - com.github.cosycode.bdmp中的类
Description : 用于实际完成绘制点阵到png图片上面的类 created in 2020/11/18
PixelPngDrawer(BdmpGeneInfo) - 类 的构造器com.github.cosycode.bdmp.PixelPngDrawer
 
PixelPngReader - com.github.cosycode.bdmp中的类
Description : 用于从png图片上面读取信息的类 created in 2020/11/18
PixelPngReader(BufferedImage, int[], int[]) - 类 的构造器com.github.cosycode.bdmp.PixelPngReader
 
pixelReader - 类 中的变量com.github.cosycode.bdmp.BdmpRecognizer
 
pixelSideHeight - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
点阵像素高度
pixelSideWidth - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
点阵像素宽度
pixelTypeCnt - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
 
pointShift() - 类 中的方法com.github.cosycode.bdmp.PixelPngDrawer
绘制像素坐标移动
pointXEnd - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
像素X尾部
pointXEnd - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
像素X尾部
pointXStart - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
绘制区域高度
pointXStart - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
绘制区域高度
pointYEnd - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
像素Y尾部
pointYEnd - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
像素Y尾部
pointYStart - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
像素Y起始
pointYStart - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
像素Y起始
pxSideHeight - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
像素高度
pxSideWidth - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
像素宽度

R

radixBorder - 类 中的变量com.github.cosycode.bdmp.BdmpRecognizer
边界半径
readFileInfo() - 类 中的方法com.github.cosycode.bdmp.PixelPngReader
读取文件信息
readPixel(int) - 类 中的方法com.github.cosycode.bdmp.PixelPngReader
 
recognizeDrawArea(Point) - 类 中的方法com.github.cosycode.bdmp.BdmpRecognizer
识别绘制区域 从 leftTopPoint 出发, 向右, 向下, 找到黑白框边界 判断边界是否围了一周, 判断边界外一圈是否全是和rgb_1相近的像素
resolver(BufferedImage) - 类 中的静态方法com.github.cosycode.bdmp.BdmpRecognizer
 
rightBottomPoint - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
左下方标记点
rightTopPoint - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
右上方标记点
rowPixelCnt - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
一行像素数量

S

serialVersionUID - 类 中的静态变量com.github.cosycode.bdmp.BdmpHeader
 
setMargin(int) - 类 中的方法com.github.cosycode.bdmp.BdmpGeneConfig
 
setMargin(int, int, int, int) - 类 中的方法com.github.cosycode.bdmp.BdmpGeneConfig
 
source - 类 中的变量com.github.cosycode.bdmp.BdmpGeneInfo
 
sourceType - 类 中的变量com.github.cosycode.bdmp.BdmpSource
图片源类型
SourceType() - 枚举 的构造器com.github.cosycode.bdmp.BdmpSource.SourceType
 

T

tag - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
文件名
toBytes(int) - 类 中的静态方法com.github.cosycode.bdmp.BdmpUtils
将int转换为byte数组
toJson() - 类 中的方法com.github.cosycode.bdmp.BdmpHeader
 
toString() - 类 中的方法com.github.cosycode.bdmp.BdmpRecInfo
 
type - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
代表像素图片 8 * 4
type - 类 中的变量com.github.cosycode.bdmp.BdmpHeader

V

valueOf(String) - 枚举 中的静态方法com.github.cosycode.bdmp.BdmpSource.SourceType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.cosycode.bdmp.BdmpSource.SourceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
版本号: 8 * 4
version - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
版本号: 8 * 4
versionTime - 类 中的变量com.github.cosycode.bdmp.BdmpGeneConfig
版本号: 8 * 4
versionTime - 类 中的变量com.github.cosycode.bdmp.BdmpHeader
版本号: 8 * 4

X

x - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
当前绘制 x坐标
xArr - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
 
xArr - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
x 像素区域列表
xArr - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
x 像素区域列表

Y

y - 类 中的变量com.github.cosycode.bdmp.PixelPngDrawer
当前绘制 y 坐标
yArr - 类 中的变量com.github.cosycode.bdmp.BdmpRecCngInfo
 
yArr - 类 中的变量com.github.cosycode.bdmp.BdmpRecInfo
y 像素区域列表
yArr - 类 中的变量com.github.cosycode.bdmp.PixelPngReader
y 像素区域列表
B C D E F G H I L M N P R S T V X Y 
跳过导航链接

Copyright © 2021. All rights reserved.