Méthode | Description | |
---|---|---|
Build ( |
Creates an object type derived from EncodedRectangle, based on the value of encoding.
|
|
EncodedRectangleFactory ( |
Creates an instance of the EncodedRectangleFactory using the connected RfbProtocol object and associated Framebuffer object.
|
public Build ( |
||
rectangle | A Rectangle object defining the bounds of the rectangle to be created | |
encoding | int | An Integer indicating the encoding type to be used for this rectangle. Used to determine the type of EncodedRectangle to create. |
Résultat |
public EncodedRectangleFactory ( |
||
rfb | An RfbProtocol object that will be passed to any created EncodedRectangle objects. Must be non-null, already initialized, and connected. | |
framebuffer | A Framebuffer object which will be used by any created EncodedRectangle objects in order to decode and draw rectangles locally. | |
Résultat | System |