LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
GraphicRasterizer Service Reference

Service that describes the necessary interfaces and properties to convert arbitrary graphic data to a XGraphic interface containing a pixel graphic, that can be rendered the usual ways. More...

import "GraphicRasterizer.idl";

Inheritance diagram for GraphicRasterizer:
XGraphicRasterizer XInterface

Exported Interfaces

interface ::com::sun::star::graphic::XGraphicRasterizer
 Interface to initiate the rasterizing process. More...
 

Additional Inherited Members

- Public Member Functions inherited from XGraphicRasterizer
boolean initializeData ([in] com::sun::star::io::XInputStream DataStream,[in] unsigned long DPI_X,[in] unsigned long DPI_Y,[out] com::sun::star::awt::Size DefaultSizePixel)
 Initializing the rasterizer. More...
 
com::sun::star::graphic::XGraphic rasterize ([in] unsigned long Width,[in] unsigned long Height,[in] double RotateAngle,[in] double ShearAngle_X,[in] double ShearAngle_Y,[in] com::sun::star::beans::PropertyValues RasterizeProperties)
 Rasterizing the initialized data into a XGraphic container. More...
 

Detailed Description

Service that describes the necessary interfaces and properties to convert arbitrary graphic data to a XGraphic interface containing a pixel graphic, that can be rendered the usual ways.

Exported Interfaces

Interface to initiate the rasterizing process.


The documentation for this service was generated from the following file: