Uses of Class
com.shinyhut.vernacular.protocol.messages.PixelFormat
-
Packages that use PixelFormat Package Description com.shinyhut.vernacular.client com.shinyhut.vernacular.client.rendering.renderers com.shinyhut.vernacular.protocol.messages -
-
Uses of PixelFormat in com.shinyhut.vernacular.client
Methods in com.shinyhut.vernacular.client that return PixelFormat Modifier and Type Method Description PixelFormatVncSession. getPixelFormat()Methods in com.shinyhut.vernacular.client with parameters of type PixelFormat Modifier and Type Method Description voidVncSession. setPixelFormat(PixelFormat pixelFormat) -
Uses of PixelFormat in com.shinyhut.vernacular.client.rendering.renderers
Methods in com.shinyhut.vernacular.client.rendering.renderers with parameters of type PixelFormat Modifier and Type Method Description PixelPixelDecoder. decode(InputStream in, PixelFormat pixelFormat)Constructors in com.shinyhut.vernacular.client.rendering.renderers with parameters of type PixelFormat Constructor Description HextileRenderer(RawRenderer rawRenderer, PixelDecoder pixelDecoder, PixelFormat pixelFormat)RawRenderer(PixelDecoder pixelDecoder, PixelFormat pixelFormat)RRERenderer(PixelDecoder pixelDecoder, PixelFormat pixelFormat) -
Uses of PixelFormat in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that return PixelFormat Modifier and Type Method Description static PixelFormatPixelFormat. decode(InputStream in)PixelFormatServerInit. getPixelFormat()Constructors in com.shinyhut.vernacular.protocol.messages with parameters of type PixelFormat Constructor Description SetPixelFormat(PixelFormat pixelFormat)
-