Class RawRenderer
java.lang.Object
com.shinyhut.vernacular.client.rendering.renderers.RawRenderer
- All Implemented Interfaces:
Renderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidrender(InputStream in, BufferedImage destination, int x, int y, int width, int height) voidrender(InputStream in, BufferedImage destination, Rectangle rectangle)
-
Field Details
-
pixelDecoder
-
pixelFormat
-
-
Constructor Details
-
RawRenderer
-
-
Method Details
-
render
public void render(InputStream in, BufferedImage destination, Rectangle rectangle) throws VncException - Specified by:
renderin interfaceRenderer- Throws:
VncException
-
render
void render(InputStream in, BufferedImage destination, int x, int y, int width, int height) throws VncException - Throws:
VncException
-