:: com :: sun :: star :: embed ::

interface XHatchWindowFactory
Description
creates a hatch window implementation.

Methods' Summary
createHatchWindowInstance creates a new hatch window instance.  
Methods' Details
createHatchWindowInstance
XHatchWindow
createHatchWindowInstance( [in] ::com::sun::star::awt::XWindowPeer  xParent,
[in] ::com::sun::star::awt::Rectangle  aBounds,
[in] ::com::sun::star::awt::Size  aSize )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a new hatch window instance.
Parameter xParent
the parent window the hatch window should be created in
Parameter aBounds
position and size of the hatch window
Parameter aSize
border and handler squares size
Returns
a new hatch window
Throws
::com::sun::star::IllegalArgumentException one of arguments is illegal
Top of Page