public class WmfImageProducer extends Object implements ImageProducer
| Constructor and Description |
|---|
WmfImageProducer(String inName,
int width,
int height) |
WmfImageProducer(URL inName) |
WmfImageProducer(URL inName,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConsumer(ImageConsumer ic) |
boolean |
isConsumer(ImageConsumer ic) |
void |
removeConsumer(ImageConsumer ic) |
void |
requestTopDownLeftRightResend(ImageConsumer ic) |
void |
startProduction(ImageConsumer pic) |
public WmfImageProducer(String inName, int width, int height) throws IOException
IOExceptionpublic WmfImageProducer(URL inName, int width, int height) throws IOException
IOExceptionpublic WmfImageProducer(URL inName) throws IOException
IOExceptionpublic void addConsumer(ImageConsumer ic)
addConsumer in interface ImageProducerpublic boolean isConsumer(ImageConsumer ic)
isConsumer in interface ImageProducerpublic void removeConsumer(ImageConsumer ic)
removeConsumer in interface ImageProducerpublic void requestTopDownLeftRightResend(ImageConsumer ic)
requestTopDownLeftRightResend in interface ImageProducerpublic void startProduction(ImageConsumer pic)
startProduction in interface ImageProducer