Language
The Free and Open Productivity Suite
::
|
interface XBufferController |
|
|
Methods' Summary |
createBuffers |
Create the given number of buffers. Returned is the number of
actually generated buffers.
|
destroyBuffers |
Destroy all buffers generated via this object
|
displayBuffer |
Switch the display to show the buffer with the specified index
number. Return true, if this switch was successful.
|
Methods' Details |
createBuffers
long
createBuffers( |
[in] long |
nBuffers ); |
- Description
- Create the given number of buffers. Returned is the number of
actually generated buffers.
|
|
destroyBuffers
- Description
- Destroy all buffers generated via this object
|
|
displayBuffer
boolean
displayBuffer( |
[in] long |
nBuffer ); |
- Description
- Switch the display to show the buffer with the specified index
number. Return true, if this switch was successful.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.