Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
module rendering |
Services | |
::com::sun::star::rendering::BitmapCanvas | This service provides the interfaces for a BitmapCanvas |
::com::sun::star::rendering::Canvas | |
::com::sun::star::rendering::CanvasFactory | The ::com::sun::star::rendering::CanvasFactory is used to create the ::com::sun::star::rendering::Canvas
objects, evaluating the user's configuration preferences from
/org.openoffice.VCL/Settings/Canvas/PreferredServices .
The latter specifies a string list of service names to use.
|
::com::sun::star::rendering::ParametricPolyPolygon2DFactory |
Interfaces | |
::com::sun::star::rendering::XAnimatedSprite | This interface can be used to control an animated sprite object. |
::com::sun::star::rendering::XAnimation | This interface defines an animation sequence. |
::com::sun::star::rendering::XBezierPolyPolygon2D | This is a specialized interface for a 2D poly-polygon containing straight line and bezier segments. |
::com::sun::star::rendering::XBitmap | This is a generic interface to a bitmap. |
::com::sun::star::rendering::XBitmapCanvas | This is a specialization of the canvas interface for bitmapped canvases. |
::com::sun::star::rendering::XBitmapPalette | Interface to access the palette of a color-indexed bitmap. |
::com::sun::star::rendering::XBufferController | Interface providing access to double/multi-buffer facilities of screen devices. |
::com::sun::star::rendering::XCachedPrimitive | Interface for cached repaint of already drawn ::com::sun::star::rendering::XCanvas primitives. |
::com::sun::star::rendering::XCanvas | Central interface for rendering. |
::com::sun::star::rendering::XCanvasFont | This interface provides access to a specific, XCanvas-dependent font incarnation. This font is not universally usable, but belongs to the XCanvas it was queried from. |
::com::sun::star::rendering::XColorSpace | |
::com::sun::star::rendering::XCustomSprite | Interface to control a custom sprite object on a XSpriteCanvas. |
::com::sun::star::rendering::XGraphicDevice | This interface provides access to a graphic device, such as a printer, or a screen device. Every canvas ( |
::com::sun::star::rendering::XHalfFloatBitmap | Specialized interface for bitmaps containing half floats as their color components. Half floats are 16 bit wide, and some high-end GPUs already have them as supported frame buffer format. |
::com::sun::star::rendering::XIeeeDoubleBitmap | This is a specialized interface for bitmaps containing IEEE doubles for their color components. |
::com::sun::star::rendering::XIeeeFloatBitmap | Specialized interface for bitmaps containing IEEE floats as their color components. |
::com::sun::star::rendering::XIntegerBitmap | This is a specialized interface for bitmaps having integer color channels. |
::com::sun::star::rendering::XLinePolyPolygon2D | Specialized interface for a 2D poly-polygon containing only straight line segments. |
::com::sun::star::rendering::XParametricPolyPolygon2D | Interface to a dynamic poly-polygon generator, that generates poly-polygons depending on a given parameter value. |
::com::sun::star::rendering::XParametricPolyPolygon2DFactory | This interface provides factory methods to generate various ready-made XParametricPolyPolygon2Ds |
::com::sun::star::rendering::XPolyPolygon2D | Generic interface for poly-polygons in 2D. |
::com::sun::star::rendering::XSprite | Interface to control a sprite object. |
::com::sun::star::rendering::XSpriteCanvas | Specialization of a XBitmapCanvas, where moving, animated objects (called sprites) are supported. @attention The screen output of canvas drawing operations is undefined, unless XSpriteCanvas::updateScreen() is called. This is because a sprite canvas might choose to employ double buffering to reduce animation flicker, and cannot know the instant suitable to display the newly rendered canvas content. When using external double-buffering via XBufferController on a sprite canvas, the implementation takes care of this issue, and in this case is able to render correctly even without explicit updateScreen() calls (because there's a defined moment in time where content display can happen, namely the XBufferController::showBuffer()) call. If you don't need sprite functionality, and don't want the updateScreen hassle, simply use the XBitmapCanvas. |
::com::sun::star::rendering::XTextLayout | This is the central interface for text layouting. |
::com::sun::star::rendering::XVolatileBitmap | This is a specialized interface to a volatile bitmap (which can become invalid at any point in time). |
Structs | |
::com::sun::star::rendering::AnimationAttributes | This structure contains attributes needed to run an animation. |
::com::sun::star::rendering::Caret | This structure contains the caret information. |
::com::sun::star::rendering::ColorProfile | |
::com::sun::star::rendering::ColorSpaceType | |
::com::sun::star::rendering::FloatingPointBitmapLayout | This structure describes the memory layout of a bitmap having floating point color channels. |
::com::sun::star::rendering::FontInfo | This structure provides information about a specific font. |
::com::sun::star::rendering::FontMetrics | Metrics global to the font, i.e. not specific to single glyphs. The font height is defined as ascent+descent+internalLeading, and therefore not explicitely included here. |
::com::sun::star::rendering::FontRequest | This structure contains all information necessary to describe a font to be queried from XCanvas. |
::com::sun::star::rendering::IntegerBitmapLayout | This structure describes the memory layout of a bitmap having integer color channels. |
::com::sun::star::rendering::Panose | |
::com::sun::star::rendering::RenderState | This structure contains information passed to each ::com::sun::star::rendering::XCanvas render operation. |
::com::sun::star::rendering::StringContext | Collection of string-related arguments used on all canvas text interfaces. |
::com::sun::star::rendering::StrokeAttributes | This structure contains all attributes required for path stroking. |
::com::sun::star::rendering::TextHit | This structure contains hit information for ::com::sun::star::rendering::XTextLayout . |
::com::sun::star::rendering::Texture | Contains all information needed to define a texture. |
::com::sun::star::rendering::ViewState | This structure contains information considered the view state. |
Exceptions | |
::com::sun::star::rendering::VolatileContentDestroyedException | This exception indicates an invalid volatile bitmap content. |
Enums | |
::com::sun::star::rendering::FillRule | Determines which algorithm to use when determining inside and outside of filled poly-polygons. |
Typedefs | |
::com::sun::star::rendering::ColorComponent | Shorthand for the device-dependent color components, and easier to read |
Constant Groups | |
::com::sun::star::rendering::AnimationRepeat | This are the possible repeat modes for animations. |
::com::sun::star::rendering::CompositeOperation | These constants determine how the primitive color is combined with the background. |
::com::sun::star::rendering::EmphasisMark | These constants control the automatic rendering of emphasis marks. |
::com::sun::star::rendering::Endianness | These constans describe the endiannes of data structures. |
::com::sun::star::rendering::FloatingPointBitmapFormat | This structure describes format of a floating point bitmap. |
::com::sun::star::rendering::IntegerBitmapFormat | This structure describes the format of an integer bitmap. |
::com::sun::star::rendering::InterpolationMode | These constants specify the interpolation type for animation frames. |
::com::sun::star::rendering::PanoseArmStyle | |
::com::sun::star::rendering::PanoseContrast | |
::com::sun::star::rendering::PanoseFamilyTypes | |
::com::sun::star::rendering::PanoseLetterForm | |
::com::sun::star::rendering::PanoseMidline | |
::com::sun::star::rendering::PanoseProportion | |
::com::sun::star::rendering::PanoseSerifStyle | |
::com::sun::star::rendering::PanoseStrokeVariation | |
::com::sun::star::rendering::PanoseWeight | |
::com::sun::star::rendering::PanoseXHeight | |
::com::sun::star::rendering::PathCapType | These constants determine which shape to use for start or end of a stroked path. |
::com::sun::star::rendering::PathJoinType | Determines which shape to use when joining path segments. |
::com::sun::star::rendering::RenderingIntent | |
::com::sun::star::rendering::RepaintResult | These constants specify the result of the ::com::sun::star::rendering::XCachedPrimitive render operation. |
::com::sun::star::rendering::TextDirection | Specifies main text direction in a text portion. |
::com::sun::star::rendering::TexturingMode | Enumeration of possible values to spread a texture across a primitive. |
Copyright © 2003 Sun Microsystems, Inc.