|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rect | |
---|---|
gnu.rfb | |
gnu.rfb.server |
Uses of Rect in gnu.rfb |
---|
Subclasses of Rect in gnu.rfb | |
---|---|
class |
CopyRect
|
class |
CoRRE
CoRRE - Compact RRE Encoding. |
class |
CoRREStub
CoRRE - Compact RRE Encoding. |
class |
Hextile
Hextile Encoding. |
class |
Raw
Provides encoding and decoding of images using the Raw encoding. |
class |
RRE
Provides encoding and decoding of images using the RRE encoding. |
Methods in gnu.rfb that return Rect | |
---|---|
static Rect |
Rect.encode(int encoding,
int[] pixels,
PixelFormat pixelFormat,
int scanline,
int x,
int y,
int w,
int h)
|
static Rect |
Rect.encode(int encoding,
int[] pixels,
PixelFormat pixelFormat,
int offsetX,
int offsetY,
int scanline,
int x,
int y,
int w,
int h)
|
static Rect |
Rect.encode(int encoding,
PixelFormat pixelFormat,
java.awt.Image image,
int x,
int y,
int w,
int h)
|
Rect |
RectFont.getRect(char c)
|
Rect |
RectFont.getRect(char c,
int originX,
int originY)
|
Rect |
RectLibrary.getRect(int key)
|
Rect |
RectLibrary.getRect(int key,
int originX,
int originY)
|
Rect[] |
RectFont.getRects(char[] chars,
boolean[] valid,
int offset,
int length,
int originX,
int originY,
int xLimit)
|
Rect[] |
RectFont.getRects(char[] chars,
int offset,
int length,
int originX,
int originY,
int xLimit)
|
Rect[] |
RectFont.getRects(java.lang.String string,
int originX,
int originY)
|
Methods in gnu.rfb with parameters of type Rect | |
---|---|
void |
RectLibrary.putDefaultRect(Rect rect)
|
void |
RectFont.putRect(char c,
Rect rect)
|
void |
RectLibrary.putRect(int key,
Rect rect)
|
Uses of Rect in gnu.rfb.server |
---|
Methods in gnu.rfb.server that return Rect | |
---|---|
Rect[] |
VNCQueue.popEncoded(RFBClient client,
int x,
int y,
int w,
int h,
int[] pixels,
int scanline)
|
Rect[] |
VNCQueue.popEncoded(RFBClient client,
Rectangle clip,
int[] pixels,
int scanline)
|
Methods in gnu.rfb.server with parameters of type Rect | |
---|---|
void |
RFBSocket.writeFrameBufferUpdate(Rect[] rects)
Writes the frame buffer update out to the client. |
void |
RFBClient.writeFrameBufferUpdate(Rect[] rects)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |