Methods' Summary |
setGraphics |
sets the output device.
|
getGraphics |
returns the output device which was set using the method
XView::setGraphics().
|
getSize |
returns the size of the object in device units.
|
draw |
draws the object at the specified position.
|
setZoom |
sets the zoom factor.
|
Methods' Details |
setGraphics
boolean |
setGraphics( |
[in] XGraphics |
aDevice ); |
- Description
- sets the output device.
|
|
getGraphics
- Description
- returns the output device which was set using the method
XView::setGraphics().
|
|
getSize
- Description
- returns the size of the object in device units.
A device must be set before.
|
|
draw
void |
draw( |
[in] long |
nX, |
| [in] long |
nY ); |
- Description
- draws the object at the specified position.
If the output should be clipped, the caller has to set the
clipping region.
|
|
setZoom
void |
setZoom( |
[in] float |
fZoomX, |
| [in] float |
fZoomY ); |
- Description
- sets the zoom factor.
The zoom factor only affects the content of the view, not the size.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.