INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED

2004/10/26 23:39:12 thb 1.2.2.2: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
This commit is contained in:
Rüdiger Timm
2004-11-26 19:50:10 +00:00
parent a72ac9f536
commit 38bef3f2a7

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: basegfxfactory.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: thb $ $Date: 2004-03-18 10:40:57 $
* last change: $Author: rt $ $Date: 2004-11-26 20:50:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,10 @@ namespace cppcanvas
*/
BitmapSharedPtr createBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const;
/** Create an uninitialized alpha bitmap with the given size
*/
BitmapSharedPtr createAlphaBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const;
/** Create a text portion with the given content string
*/
TextSharedPtr createText( const CanvasSharedPtr&, const ::rtl::OUString& ) const;