:: com :: sun :: star :: drawing :: framework ::

interface XPane
Base Interfaces
XPaneXResource

XResource

Methods' Summary
getWindow Return the com::sun::star::awt::XWindow of the pane that is used to display a view.  
getCanvas Return the com::sun::star::awt::XCanvas of the pane. The com::sun::star::rendering::XCanvas object is expected to be associated with the com::sun::star::awt::XWindow object returned by getWindow().  
Methods' Details
getWindow
::com::sun::star::awt::XWindow
getWindow();

Description
Return the com::sun::star::awt::XWindow of the pane that is used to display a view.
getCanvas
::com::sun::star::rendering::XCanvas
getCanvas();

Description
Return the com::sun::star::awt::XCanvas of the pane. The com::sun::star::rendering::XCanvas object is expected to be associated with the com::sun::star::awt::XWindow object returned by getWindow().
Returns
When the com::sun::star::rendering::XCanvas interface is not supported then an empty reference is returned.
Top of Page