org.pentaho.di.core.clipboard
Class BITMAPINFOHEADER
java.lang.Object
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
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
BITMAPINFOHEADER
public BITMAPINFOHEADER()