:: com :: sun :: star ::

module graphic
Description
Interfaces for graphic handling

Services
Graphic This service acts as a container for graphics
GraphicDescriptor This service describes all graphic properties that are available via the ::com::sun::star::beans::XPropertySet interface
GraphicProvider Central service of the Graphic API that gives access to graphics of any kind
GraphicRendererVCL Service that describes the necessary interfaces and properties to render a graphic container of XGraphic type
MediaProperties This service describes the properties that are used when using the XGraphicProvider interface methods
Interfaces
XGraphic This interface acts as a container for the loaded 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
XGraphicRenderer This interfaces exposes just one method to render a XGraphic container
Constant Groups
GraphicType Constants that describe the type of graphic
Top of Page