public class BdmpGeneInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private int |
bitCnt
像素bit基数
|
private Rectangle |
drawArea
绘制区域
|
private BdmpHeader |
header
文件头
|
private int |
imageHeight
图片高度
|
private int |
imageWidth
图片宽度
|
private BdmpGeneConfig |
param |
private int |
pointXEnd
像素X尾部
|
private int |
pointXStart
绘制区域高度
|
private int |
pointYEnd
像素Y尾部
|
private int |
pointYStart
像素Y起始
|
private BdmpSource |
source |
| 构造器和说明 |
|---|
BdmpGeneInfo(BdmpGeneConfig param,
BdmpSource source) |
private final int imageWidth
private final int imageHeight
private final Rectangle drawArea
private final int bitCnt
private final int pointXStart
private final int pointXEnd
private final int pointYStart
private final int pointYEnd
private BdmpGeneConfig param
private BdmpSource source
private BdmpHeader header
public BdmpGeneInfo(BdmpGeneConfig param, BdmpSource source) throws IOException
IOExceptionCopyright © 2020. All rights reserved.