22 module
com { module sun { module star { module awt {
provides the basic output operation of a device.
Definition XGraphics.idl:32
makes it possible to attach an output device to the object.
Definition XView.idl:30
com::sun::star::awt::Size getSize()
returns the size of the object in device units.
void setZoom([in] float fZoomX, [in] float fZoomY)
sets the zoom factor.
boolean setGraphics([in] com::sun::star::awt::XGraphics aDevice)
sets the output device.
void draw([in] long nX, [in] long nY)
draws the object at the specified position.
com::sun::star::awt::XGraphics getGraphics()
returns the output device which was set using the method XView::setGraphics().
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28