org.pentaho.di.core.clipboard
Class BITMAPINFOHEADER

java.lang.Object
  extended by org.pentaho.di.core.clipboard.BITMAPINFOHEADER

public class BITMAPINFOHEADER
extends Object

Copyright (c) 2000, 2003 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation


Field Summary
 short biBitCount
           
 int biClrImportant
           
 int biClrUsed
           
 int biCompression
           
 int biHeight
           
 short biPlanes
           
 int biSize
           
 int biSizeImage
           
 int biWidth
           
 int biXPelsPerMeter
           
 int biYPelsPerMeter
           
static int sizeof
           
 
Constructor Summary
BITMAPINFOHEADER()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

biSize

public int biSize

biWidth

public int biWidth

biHeight

public int biHeight

biPlanes

public short biPlanes

biBitCount

public short biBitCount

biCompression

public int biCompression

biSizeImage

public int biSizeImage

biXPelsPerMeter

public int biXPelsPerMeter

biYPelsPerMeter

public int biYPelsPerMeter

biClrUsed

public int biClrUsed

biClrImportant

public int biClrImportant

sizeof

public static final int sizeof
See Also:
Constant Field Values
Constructor Detail

BITMAPINFOHEADER

public BITMAPINFOHEADER()