:: com :: sun :: star ::

module graphic
Description
Interfaces for graphic handling

Services
::com::sun::star::graphic::Graphic This service acts as a container for graphics
::com::sun::star::graphic::GraphicDescriptor This service describes all graphic properties that are available via the ::com::sun::star::beans::XPropertySet interface
::com::sun::star::graphic::GraphicProvider Central service of the Graphic API that gives access to graphics of any kind
::com::sun::star::graphic::GraphicRendererVCL Service that describes the necessary interfaces and properties to render a graphic container of ::com::sun::star::graphic::XGraphic type
::com::sun::star::graphic::MediaProperties This service describes the properties that are used when using the ::com::sun::star::graphic::XGraphicProvider interface methods
Interfaces
::com::sun::star::graphic::XGraphic This interface acts as a container for the loaded graphic.
::com::sun::star::graphic::XGraphicProvider This interface acts as the main interface to handle graphic content. It is used to load graphics, store graphics and to get information about unloaded graphics
::com::sun::star::graphic::XGraphicRenderer This interfaces exposes just one method to render a ::com::sun::star::graphic::XGraphic container
Constant Groups
::com::sun::star::graphic::GraphicType Constants that describe the type of graphic
Top of Page