org.jzy3d.plot3d.rendering.view
Class ImageRenderer

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

public class ImageRenderer
extends java.lang.Object


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

Constructor Detail

ImageRenderer

public ImageRenderer()
Method Detail

renderImage

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

renderImage

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