Class RFB.PixelFormat
java.lang.Object
javaforce.awt.RFB.PixelFormat
- Enclosing class:
RFB
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic RFB.PixelFormatcreate_24bpp(boolean be) voiddecode(byte[] pkt, int offset) voidencode(byte[] pkt, int offset) inttoString()
-
Field Details
-
bpp
public int bpp -
depth
public int depth -
be
public boolean be -
tc
public boolean tc -
r_max
public int r_max -
g_max
public int g_max -
b_max
public int b_max -
r_shift
public int r_shift -
g_shift
public int g_shift -
b_shift
public int b_shift
-
-
Constructor Details
-
PixelFormat
public PixelFormat()
-
-
Method Details
-
bytesPixel
public int bytesPixel() -
decode
public void decode(byte[] pkt, int offset) -
encode
public void encode(byte[] pkt, int offset) -
create_24bpp
-
getFormat
public int getFormat() -
toString
-