org.freehep.graphicsio.emf.gdi
Class BitmapInfo

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

public class BitmapInfo
extends 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()
           
 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 IOException
Throws:
IOException
Method Detail

write

public void write(EMFOutputStream emf)
           throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

getHeader

public BitmapInfoHeader getHeader()


Copyright © 2012. All Rights Reserved.