com.jme3.util
Class Screenshots

java.lang.Object
  extended by com.jme3.util.Screenshots

public final class Screenshots
extends java.lang.Object


Constructor Summary
Screenshots()
           
 
Method Summary
static void convertScreenShot(java.nio.ByteBuffer bgraBuf, java.awt.image.BufferedImage out)
           
static void convertScreenShot2(java.nio.IntBuffer bgraBuf, java.awt.image.BufferedImage out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screenshots

public Screenshots()
Method Detail

convertScreenShot2

public static void convertScreenShot2(java.nio.IntBuffer bgraBuf,
                                      java.awt.image.BufferedImage out)

convertScreenShot

public static void convertScreenShot(java.nio.ByteBuffer bgraBuf,
                                     java.awt.image.BufferedImage out)