public class BmpHeaderInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
bitmapDataOffset |
int |
bitmapDataSize |
int |
bitmapHeaderSize |
int |
bitsPerPixel |
int |
colorsImportant |
int |
colorsUsed |
int |
compression |
int |
fileSize |
int |
height |
int |
hResolution |
byte |
identifier1 |
byte |
identifier2 |
int |
planes |
int |
reserved |
int |
vResolution |
int |
width |
Constructor and Description |
---|
BmpHeaderInfo(byte identifier1,
byte identifier2,
int fileSize,
int reserved,
int bitmapDataOffset,
int bitmapHeaderSize,
int width,
int height,
int planes,
int bitsPerPixel,
int compression,
int bitmapDataSize,
int hResolution,
int vResolution,
int colorsUsed,
int colorsImportant) |
public final byte identifier1
public final byte identifier2
public final int fileSize
public final int reserved
public final int bitmapDataOffset
public final int bitmapHeaderSize
public final int width
public final int height
public final int planes
public final int bitsPerPixel
public final int compression
public final int bitmapDataSize
public final int hResolution
public final int vResolution
public final int colorsUsed
public final int colorsImportant
public BmpHeaderInfo(byte identifier1, byte identifier2, int fileSize, int reserved, int bitmapDataOffset, int bitmapHeaderSize, int width, int height, int planes, int bitsPerPixel, int compression, int bitmapDataSize, int hResolution, int vResolution, int colorsUsed, int colorsImportant)
Copyright © 2007-2012. All Rights Reserved.