Uses of Class
com.jme3.system.AWTComponentRenderer
Packages that use AWTComponentRenderer
-
Uses of AWTComponentRenderer in com.jme3.system
Methods in com.jme3.system that return AWTComponentRendererModifier and TypeMethodDescriptionprotected AWTComponentRendererAWTFrameProcessor.createFrameTransfer(com.jme3.texture.FrameBuffer frameBuffer, int width, int height) Create a new frame transfer.protected AWTComponentRendererAWTFrameProcessor.getFrameTransfer()Gets the frame transfer.protected AWTComponentRendererAWTFrameProcessor.reshapeInThread(int width, int height, boolean fixAspect) Reshape the current frame transfer for the new size.Methods in com.jme3.system with parameters of type AWTComponentRendererModifier and TypeMethodDescriptionprotected voidAWTFrameProcessor.setFrameTransfer(AWTComponentRenderer frameTransfer) Sets the frame transfer.