gnu.rfb
Class Raw
java.lang.Object
|
+--gnu.rfb.Rect
|
+--gnu.rfb.Raw
- All Implemented Interfaces:
- Cloneable
- public class Raw
- extends Rect
Raw encoding.
Constructor Summary |
Raw(int[] pixels,
PixelFormat pixelFormat,
int offsetX,
int offsetY,
int scanline,
int x,
int y,
int w,
int h)
|
Raw(int x,
int y,
int w,
int h,
PixelFormat pixelFormat,
byte[] bytes)
|
pixelFormat
public PixelFormat pixelFormat
bytes
public byte[] bytes
Raw
public Raw(int[] pixels,
PixelFormat pixelFormat,
int offsetX,
int offsetY,
int scanline,
int x,
int y,
int w,
int h)
Raw
public Raw(int x,
int y,
int w,
int h,
PixelFormat pixelFormat,
byte[] bytes)
writeData
public void writeData(DataOutput output)
throws IOException
- Overrides:
writeData
in class Rect
IOException
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Rect
CloneNotSupportedException