|
Syntax
- boolean setGraphics
(
- com::sun::star::awt::XGraphics aDevice );
Description
sets the output device.
See also
- XView::getDevice
-
Syntax
- com::sun::star::awt::XGraphics getGraphics
();
Returns
-
the output device which was set using the method
XView::setGraphics()
See also
- XView::setDevice
-
Syntax
- com::sun::star::awt::Size getSize
();
Returns
-
the size of the object in device units. A device must be set before.
See also
- XView::draw
-
Syntax
- oneway void draw
(
- long nX,
- long nY );
Description
draws the object at the specified position.
If the output should be clipped, the caller has to set the
clipping region.
See also
- XView::getSize
-
Syntax
- oneway void setZoom
(
- float fZoomX,
- float fZoomY );
Description
sets the zoom factor.
The zoom factor only affects the content of the view, not the size.
|