:: com :: sun :: star :: awt ::
|
interface XImageProducer |
|
- Description
- specifies a source for an image.
|
Methods' 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.
|
startProduction |
registers the given image consumer as a consumer
and starts an immediate reconstruction of the image data.
|
Methods' Details |
addConsumer
- Description
- registers an image consumer with the image producer for accessing
the image data during a later reconstruction of the image.
The image producer may, at its discretion, start delivering the
image data to the consumer using the XImageConsumer
interface immediately, or when the next available image reconstruction
is triggered by a call to the startProduction method.
|
|
removeConsumer
- Description
- 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
[oneway] void |
startProduction(); |
- Description
- registers the given image consumer as a consumer
and starts an immediate reconstruction of the image data.
The image data will then be delivered to this consumer and any other
consumer which may have already been registered with the producer.
This method differs from the addConsumer method in that a reproduction of
the image data should be triggered as soon as possible.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.