LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface for cached repaint of already drawn XCanvas primitives. More...
import"XCachedPrimitive.idl";
Public Member Functions | |
byte | redraw ([in] ViewState aState) raises (com::sun::star::lang::IllegalArgumentException) |
Redraw the cached primitive. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface for cached repaint of already drawn XCanvas primitives.
This interface provides a method to quickly redraw some XCanvas primitives, using cached data.
byte redraw | ( | [in] ViewState | aState | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
Redraw the cached primitive.
Redraw the cached primitive, with a possibly new view state.
aState | The view state to be used when redrawing the primitive. The view state is of course permitted to differ from the one used for initial rendering. |
com::sun::star::lang::IllegalArgumentException | if the view transformation matrix is singular. |