:: com :: sun :: star :: presentation ::

unpublished interface XTransition
Usage Restrictions
not published
Description
Transition interface to render custom transitions over time.

Since
OOo 2.4

Methods' Summary
update Update transition on screen to given time state. 
viewChanged  
Methods' Details
update
void
update( [in] double  t );

Description
Update transition on screen to given time state.

Parameter t
Time on the transition timeline to display. Must be in the [0,1] range.
viewChanged
void
viewChanged( [in] XSlideShowView  view,
[in] ::com::sun::star::rendering::XBitmap  leavingBitmap,
[in] ::com::sun::star::rendering::XBitmap  enteringBitmap );

Top of Page