Class WmfImageProducer
- java.lang.Object
 - 
- org.pentaho.reporting.libraries.pixie.wmf.WmfImageProducer
 
 
- 
- All Implemented Interfaces:
 ImageProducer
public class WmfImageProducer extends Object implements ImageProducer
Implements the ImageProducer interface for the MetaFiles 
- 
- 
Constructor Summary
Constructors Constructor Description WmfImageProducer(String inName, int width, int height)WmfImageProducer(URL inName)WmfImageProducer(URL inName, int width, int height) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConsumer(ImageConsumer ic)booleanisConsumer(ImageConsumer ic)voidremoveConsumer(ImageConsumer ic)voidrequestTopDownLeftRightResend(ImageConsumer ic)voidstartProduction(ImageConsumer pic) 
 - 
 
- 
- 
Constructor Detail
- 
WmfImageProducer
public WmfImageProducer(String inName, int width, int height) throws IOException
- Throws:
 IOException
 
- 
WmfImageProducer
public WmfImageProducer(URL inName, int width, int height) throws IOException
- Throws:
 IOException
 
- 
WmfImageProducer
public WmfImageProducer(URL inName) throws IOException
- Throws:
 IOException
 
 - 
 
- 
Method Detail
- 
addConsumer
public void addConsumer(ImageConsumer ic)
- Specified by:
 addConsumerin interfaceImageProducer
 
- 
isConsumer
public boolean isConsumer(ImageConsumer ic)
- Specified by:
 isConsumerin interfaceImageProducer
 
- 
removeConsumer
public void removeConsumer(ImageConsumer ic)
- Specified by:
 removeConsumerin interfaceImageProducer
 
- 
requestTopDownLeftRightResend
public void requestTopDownLeftRightResend(ImageConsumer ic)
- Specified by:
 requestTopDownLeftRightResendin interfaceImageProducer
 
- 
startProduction
public void startProduction(ImageConsumer pic)
- Specified by:
 startProductionin interfaceImageProducer
 
 - 
 
 -