:: com :: sun :: star :: graphic ::

interface XGraphicRenderer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGraphicRenderer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
This interfaces exposes just one method to render a XGraphic container

Methods' Summary
render Renders the XGraphic container  
Methods' Details
render
void
render( [in] XGraphic  Graphic );

Description
Renders the XGraphic container
Parameter Graphic
The graphic container to be rendered
See also
XGraphic
Top of Page