Uses of Enum Class
com.jme3.system.AWTFrameProcessor.TransferMode
Packages that use AWTFrameProcessor.TransferMode
-
Uses of AWTFrameProcessor.TransferMode in com.jme3.app.state
Methods in com.jme3.app.state that return AWTFrameProcessor.TransferModeModifier and TypeMethodDescriptionAWTComponentAppState.getTransferMode()Get thetransfer modethat is used by the underlying frame processor.Methods in com.jme3.app.state with parameters of type AWTFrameProcessor.TransferModeModifier and TypeMethodDescriptionvoidAWTComponentAppState.setTransferMode(AWTFrameProcessor.TransferMode mode) Set thetransfer modethat is used by the underlying frame processor. -
Uses of AWTFrameProcessor.TransferMode in com.jme3.system
Fields in com.jme3.system declared as AWTFrameProcessor.TransferModeModifier and TypeFieldDescriptionprotected final AWTFrameProcessor.TransferModeAWTComponentRenderer.transferModeThe transfer mode.Methods in com.jme3.system that return AWTFrameProcessor.TransferModeModifier and TypeMethodDescriptionAWTFrameProcessor.getTransferMode()Returns the enum constant of this class with the specified name.static AWTFrameProcessor.TransferMode[]AWTFrameProcessor.TransferMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.system with parameters of type AWTFrameProcessor.TransferModeModifier and TypeMethodDescriptionvoidAWTFrameProcessor.setTransferMode(AWTFrameProcessor.TransferMode transferMode) Constructors in com.jme3.system with parameters of type AWTFrameProcessor.TransferModeModifierConstructorDescriptionAWTComponentRenderer(Component destination, int width, int height, AWTFrameProcessor.TransferMode transferMode) Create a new component renderer attached to the givendestination.AWTComponentRenderer(Component destination, AWTFrameProcessor.TransferMode transferMode, com.jme3.texture.FrameBuffer frameBuffer, int width, int height) Create a new component renderer attached to the givendestination.