Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: form ::

interface XImageProducerSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides the access to an image producer.
See also
com::sun::star::awt::XImageProducer


Known Services which Export this Interface

com::sun::star::form::component::DatabaseImageControl returns control for displaying images stored in a database.
com::sun::star::form::component::ImageButton This service specifies the ControlModel for a clickable button which is represented by an image.
com::sun::star::form::component::CommandButton This service specifies the ControlModel for a clickable button which may be represented by an image.

Methods' Summary

getImageProducer accesses the image producer.

Methods' Details

getImageProducer
 
com::sun::star::awt::XImageProducer
getImageProducer();
Description
accesses the image producer.
Returns
the image producer.

Top of Page