org.jzy3d.plot3d.rendering.view
Class ImageRenderer

java.lang.Object
  extended by org.jzy3d.plot3d.rendering.view.ImageRenderer

public class ImageRenderer
extends Object


Constructor Summary
ImageRenderer()
           
 
Method Summary
static void renderImage(javax.media.opengl.GL2 gl, ByteBuffer image, int imageWidth, int imageHeight, int screenWidth, int screenHeight)
           
static void renderImage(javax.media.opengl.GL2 gl, ByteBuffer image, int imageWidth, int imageHeight, int screenWidth, int screenHeight, float z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageRenderer

public ImageRenderer()
Method Detail

renderImage

public static void renderImage(javax.media.opengl.GL2 gl,
                               ByteBuffer image,
                               int imageWidth,
                               int imageHeight,
                               int screenWidth,
                               int screenHeight)

renderImage

public static void renderImage(javax.media.opengl.GL2 gl,
                               ByteBuffer image,
                               int imageWidth,
                               int imageHeight,
                               int screenWidth,
                               int screenHeight,
                               float z)