org.freehep.graphicsio.emf.gdi
Class BitmapInfo

java.lang.Object
  extended by org.freehep.graphicsio.emf.gdi.BitmapInfo

public class BitmapInfo
extends java.lang.Object

EMF BitmapInfo

Version:
$Id: BitmapInfo.java 10363 2007-01-20 15:30:50Z duns $
Author:
Mark Donszelmann

Constructor Summary
BitmapInfo(BitmapInfoHeader header)
           
BitmapInfo(EMFInputStream emf)
           
 
Method Summary
 BitmapInfoHeader getHeader()
           
 java.lang.String toString()
           
 void write(EMFOutputStream emf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BitmapInfo

public BitmapInfo(BitmapInfoHeader header)

BitmapInfo

public BitmapInfo(EMFInputStream emf)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(EMFOutputStream emf)
           throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getHeader

public BitmapInfoHeader getHeader()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.