interface XImageProducer in module com::sun::star::awt:: |
interface XImageProducer : com::sun::star::uno::XInterface ;
specifies a source for an image.
Method Summary |
|
addConsumer | registers an image consumer with the image producer for accessing the image data during a later reconstruction of the image. |
removeConsumer | removes the given XImageConsumer callback from the list of consumers currently registered to receive image data. It is not considered an error to remove a consumer that is not currently registered. The image producer should stop sending data to this consumer as soon as it is feasible. |
startProduction | registers the given image consumer as a consumer and starts an immediate reconstruction of the image data. |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.