Inheritance diagram for RgbBufferPOATie::
Public Methods | |
RgbBufferPOATie (RgbBufferOperations delegate) | |
RgbBufferPOATie (RgbBufferOperations delegate, org.omg.PortableServer.POA poa) | |
RgbBufferOperations | _delegate () |
void | _delegate (RgbBufferOperations delegate) |
org.omg.PortableServer.POA | _default_POA () |
int | size () |
The number of elements in the buffer. More... | |
int[] | getRgb () |
Get the RGB data as an RgbSeq. More... | |
void | setRgb (int[] pixels) |
Set the RGB data. More... |
|
|
|
|
|
|
|
|
|
|
|
The number of elements in the buffer.
Reimplemented from RgbBufferOperations. |
|
Get the RGB data as an RgbSeq.
Reimplemented from RgbBufferOperations. |
|
Set the RGB data.
Reimplemented from RgbBufferOperations. |