org.apache.sanselan.formats.bmp
Class BmpHeaderInfo

java.lang.Object
  extended by org.apache.sanselan.formats.bmp.BmpHeaderInfo

public class BmpHeaderInfo
extends java.lang.Object


Field Summary
 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 Summary
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier1

public final byte identifier1

identifier2

public final byte identifier2

fileSize

public final int fileSize

reserved

public final int reserved

bitmapDataOffset

public final int bitmapDataOffset

bitmapHeaderSize

public final int bitmapHeaderSize

width

public final int width

height

public final int height

planes

public final int planes

bitsPerPixel

public final int bitsPerPixel

compression

public final int compression

bitmapDataSize

public final int bitmapDataSize

hResolution

public final int hResolution

vResolution

public final int vResolution

colorsUsed

public final int colorsUsed

colorsImportant

public final int colorsImportant
Constructor Detail

BmpHeaderInfo

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-2009. All Rights Reserved.