Class RFB.PixelFormat

java.lang.Object
javaforce.awt.RFB.PixelFormat
Enclosing class:
RFB

public static class RFB.PixelFormat extends Object
  • 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

      public static RFB.PixelFormat create_24bpp(boolean be)
    • getFormat

      public int getFormat()
    • toString

      public String toString()
      Overrides:
      toString in class Object