org.jfree.pixie.wmf
Class WmfImageProducer
java.lang.Object
org.jfree.pixie.wmf.WmfImageProducer
- ImageProducer
public class WmfImageProducer
extends java.lang.Object
implements ImageProducer
Implements the ImageProducer interface for the MetaFiles
WmfImageProducer
public WmfImageProducer(String inName,
int width,
int height)
throws IOException
WmfImageProducer
public WmfImageProducer(URL inName)
throws IOException
WmfImageProducer
public WmfImageProducer(URL inName,
int width,
int height)
throws IOException
addConsumer
public void addConsumer(ImageConsumer ic)
isConsumer
public boolean isConsumer(ImageConsumer ic)
removeConsumer
public void removeConsumer(ImageConsumer ic)
requestTopDownLeftRightResend
public void requestTopDownLeftRightResend(ImageConsumer ic)
startProduction
public void startProduction(ImageConsumer pic)